public enum ObexHeaderPublic Enumeration ObexHeaderpublic enum class ObexHeadertype ObexHeader| None | 0 | |
| Name | 1 | String describing the name of the object. |
| Description | 5 | Text description of the object. |
| Type | 66 | Type of object - e.g. text, html, binary, manufacturer specific |
| Time | 68 | Date/time stamp – ISO 8601 version - preferred |
| Target | 70 | Name of service that operation is targeted to. |
| Http | 71 | An HTTP 1.x header. |
| Body | 72 | A chunk of the object body. |
| EndOfBody | 73 | The final chunk of the object body. |
| Who | 74 | Identifies the OBEX application, used to tell if talking to a peer. |
| AppParameters | 76 | |
| AuthChallenge | 77 | Authentication digest-challenge. |
| AuthResponse | 78 | Authentication digest-response. |
| ObjectClassOld | 79 |
OBEX Object class of object.
Obsolete. |
| WanUuid | 80 | Uniquely identifies the network client (OBEX server). |
| ObjectClass | 81 | OBEX Object class of object. |
| SessionParameters | 82 | Parameters used in session commands/responses. |
| SessionSequenceNumber | 147 | Sequence number used in each OBEX packet for reliability. |
| Count | 192 | Number of objects (used by Connect). |
| Length | 195 | The length of the object in bytes. |
| Time4Byte | 196 |
Date/time stamp – 4-byte version.
Obsolete. |
| ConnectionID | 203 | An identifier used for OBEX connection multiplexing. |
| CreatorID | 207 | Indicates the creator of an object. |