Module frame

Source
Expand description

The definitions for RFCOMM frames - the basic unit of data in RFCOMM.

Modules§

mux_commands
Definitions for multiplexer command frames.

Structs§

Frame
The highest-level unit of data that is passed around in RFCOMM.
UserData
A UIH Frame that contains user data.

Enums§

CommandResponse
The C/R bit in RFCOMM. This is used both at the frame level and the multiplexer channel command level. See RFCOMM 5.1.3 and 5.4.6, respectively.
FrameData
The types of frames supported in RFCOMM. See RFCOMM 4.2 for the supported frame types.
FrameParseError
Errors associated with parsing an RFCOMM Frame.
FrameTypeMarker
The type of frame provided in the Control field. The P/F bit is set to 0 for all frame types. See table 2, GSM 07.10 Section 5.2.1.3 and RFCOMM 4.2.
UIHData
The data associated with a UIH Frame.

Constants§

MAX_RFCOMM_HEADER_SIZE
The maximum size (bytes) of an RFCOMM header in a packet. Address (1 byte), Control (1 byte), Length (2 bytes), Credits (1 byte), FCS (1 byte) See RFCOMM 5.1.