Skip to main content

Module packet

Module packet 

Source
Expand description

Packet types, builders, and parsers.

Structs§

AckPayload
Payload of an SRSPP acknowledgment packet.
SrsppAckPacket
SrsppAckPacketBuilder
Use builder syntax to set the inputs and finish with build().
SrsppDataPacket
SrsppDataPacketBuilder
Use builder syntax to set the inputs and finish with build().
SrsppPacket
An SRSPP packet of unknown type (data or ack).

Enums§

SrsppPacketError
Errors that can occur when constructing or parsing SRSPP packets.
SrsppType
SRSPP packet type discriminator (2 bits).

Constants§

SRSPP_VERSION
SRSPP packet type discriminator. Current SRSPP protocol version.