Module header

Source
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§

ConnectionIdentifier
Uniquely identifies an OBEX connection between a Client and Server. Defined in OBEX 1.5 Section 2.2.11.
MimeType
Describes the type of an OBEX object. Used in Header::Type.
TagLengthValue
Represents the vector of TypeLengthValue triplets in application parameter headers. See OBEX spec v1.5 Section 2.2.12.
UserDefinedHeader
Represents a user-defined Header type.

Enums§

ActionIdentifier
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.
HeaderIdentifier
The OBEX Header Identifier (HI) identifies the type of OBEX packet.
SingleResponseMode
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§

TypeValue
Used to support a variety of application request/response parameters which are represented in Tag-Length-Value triplets.