Expand description
Definitions of the OBEX packet Header types.
Re-exports§
pub use self::header_set::HeaderSet;
Modules§
- header_
set - A collection of Headers sent & received in an OBEX packet.
Structs§
- Connection
Identifier - Uniquely identifies an OBEX connection between a Client and Server. Defined in OBEX 1.5 Section 2.2.11.
- Mime
Type - Describes the type of an OBEX object. Used in
Header::Type
. - TagLength
Value - Represents the vector of TypeLengthValue triplets in application parameter headers. See OBEX spec v1.5 Section 2.2.12.
- User
Defined Header - Represents a user-defined Header type.
Enums§
- Action
Identifier - Specifies the type of action of the Action Operation. Defined in OBEX 1.5 Section 2.2.20.
- Header
- The building block of an OBEX object. A single OBEX object consists of one or more Headers. Defined in OBEX 1.5 Section 2.0.
- Header
Identifier - The OBEX Header Identifier (HI) identifies the type of OBEX packet.
- Single
Response Mode - Value indicating support for the Single Response Mode (SRM) feature in OBEX. Used as part
of
Header::SingleResponseMode
. Defined in OBEX 1.5 Section 2.2.23.
Type Aliases§
- Type
Value - Used to support a variety of application request/response parameters which are represented in Tag-Length-Value triplets.