Module zigbee::apl::aps [] [src]

This module provides the Frames and the primitives of the Application Support sub-layer Data Entity and Mangement Entity

Structs

AddGroupConfirm
BindConfirm
BindRequest
BindingTable
ChannelMask
DataConfirm

The data contained in the APSDE-DATA.confirm primitive that is issued by the APS to the Next Higher Layer Entity in response to a APSDE-DATA.request

DataIndication

The information that the APS provides to the upper layer when a new frame is received. This is transmitted to the NHLE issuing the APSDE-DATA.indication primitive, calling the function provided on the registration of the interested endpoint.

DataRequest

The arguments needed to issue the APSDE-DATA.request primitive

GroupTable
PermissionsConfiguration
RemoveAllGroupsConfirm
RemoveGroupConfirm
TxOptions
UnbindConfirm

Enums

AddGroupStatus
AddrAndEp
BindStatus
DataConfirmStatus
IndicationStatus
RemoveAllGroupsStatus
RemoveGroupStatus
SecurityStatus
UnbindStatus

Constants

MAX_DESCRIPTOR_SIZE
MAX_FRAME_RETRIES
MIN_DUPLICATE_REJECTION_TABLE_SIZE
MIN_HEADER_OVERHEAD

Traits

ApsdeSap

This trait is implemented by all these structs that implements an Application Support sub-layer Data Entity in order to provide the functionalities required by the specification.

ApsmeSap