Expand description
Definitions of the OBEX packet Header types.
Re-exports§
pub use self::header_set::HeaderSet;
Modules§
- A collection of Headers sent & received in an OBEX packet.
Structs§
- Uniquely identifies an OBEX connection between a Client and Server. Defined in OBEX 1.5 Section 2.2.11.
- Describes the type of an OBEX object. Used in
Header::Type
. - Represents the vector of TypeLengthValue triplets in application parameter headers. See OBEX spec v1.5 Section 2.2.12.
- Represents a user-defined Header type.
Enums§
- Specifies the type of action of the Action Operation. Defined in OBEX 1.5 Section 2.2.20.
- 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.
- The OBEX Header Identifier (HI) identifies the type of OBEX packet.
- 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§
- Used to support a variety of application request/response parameters which are represented in Tag-Length-Value triplets.