[Top]
Protocols
Protocols.OBEX
Protocols.OBEX.HeaderIdentifier
|
Enum Protocols.OBEX.HeaderIdentifier
- Description
An identifier for a request or response header
- Constant
HI_COUNT
constant Protocols.OBEX.HI_COUNT
- Description
Number of objects to transfer (used by REQ_CONNECT )
- Constant
HI_NAME
constant Protocols.OBEX.HI_NAME
- Description
Name of the object (string)
- Constant
HI_TYPE
constant Protocols.OBEX.HI_TYPE
- Description
Type of the object (IANA media type)
- Constant
HI_LENGTH
constant Protocols.OBEX.HI_LENGTH
- Description
Length of the object transferred, in octets
- Constant
HI_TIME
constant Protocols.OBEX.HI_TIME
- Description
ISO 8601 timestamp (string)
- Constant
HI_DESCRIPTION
constant Protocols.OBEX.HI_DESCRIPTION
- Description
Text description of the object
- Constant
HI_TARGET
constant Protocols.OBEX.HI_TARGET
- Description
Name of service that operation is targeted to
- Constant
HI_HTTP
constant Protocols.OBEX.HI_HTTP
- Description
Any HTTP 1.x header
- Constant
HI_BODY
constant Protocols.OBEX.HI_BODY
- Description
A chunk of the object body
- Constant
HI_ENDOFBODY
constant Protocols.OBEX.HI_ENDOFBODY
- Description
The final chunk of the object body
- Constant
HI_WHO
constant Protocols.OBEX.HI_WHO
- Description
Identifies the OBEX application (string)
- Constant
HI_CONNID
constant Protocols.OBEX.HI_CONNID
- Description
An identifier used for OBEX connection multiplexing
- Constant
HI_APPPARAM
constant Protocols.OBEX.HI_APPPARAM
- Description
Extended application request & response information
- Constant
HI_AUTHCHALL
constant Protocols.OBEX.HI_AUTHCHALL
- Description
Authentication digest-challenge
- Constant
HI_AUTHRESP
constant Protocols.OBEX.HI_AUTHRESP
- Description
Authentication digest-response
- Constant
HI_CREATORID
constant Protocols.OBEX.HI_CREATORID
- Description
Indicates the creator of an object
- Constant
HI_WANUUID
constant Protocols.OBEX.HI_WANUUID
- Description
Uniquely identifies the OBEX server
- Constant
HI_OBJCLASS
constant Protocols.OBEX.HI_OBJCLASS
- Description
OBEX object class of object
- Constant
HI_SESSPARAM
constant Protocols.OBEX.HI_SESSPARAM
- Description
Parameters used in session commands/responses
- Constant
HI_SESSSEQNR
constant Protocols.OBEX.HI_SESSSEQNR
- Description
Sequence number used in each OBEX packet for reliability
|