Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
Loading...
Searching...
No Matches
dispatch_flags Struct Reference

Flags for ensuring correct dispatch has been called for each message. More...

Public Attributes

int data_ind: 1
 MCPS_DATA_indication.
 
int data_cnf: 1
 MCPS_DATA_confirm.
 
int assoc_ind: 1
 MLME_ASSOCIATE_indication.
 
int assoc_cnf: 1
 MLME_ASSOCIATE_confirm.
 
int disassoc_ind: 1
 MLME_DISASSOCIATE_indication.
 
int disassoc_cnf: 1
 MLME_DISASSOCIATE_confirm.
 
int beacon_notify_ind: 1
 MLME_BEACON_NOTIFY_indication.
 
int orphan_ind: 1
 MLME_ORPHAN_indication.
 
int scan_cnf: 1
 MLME_SCAN_confirm.
 
int comm_status_ind: 1
 MLME_COMM_STATUS_indication.
 
int sync_loss_ind: 1
 MLME_SYNC_LOSS_indication.
 
int wakeup_ind: 1
 HWME_WAKEUP_indication.
 
int rxpkt_ind: 1
 TDME_RXPKT_indication.
 
int eddet_ind: 1
 TDME_EDDET_indication.
 
int error_ind: 1
 TDME_ERROR_indication.
 
int generic: 1
 generic dispatch
 

Detailed Description

Flags for ensuring correct dispatch has been called for each message.

Member Data Documentation

◆ assoc_cnf

int dispatch_flags::assoc_cnf

MLME_ASSOCIATE_confirm.

◆ assoc_ind

int dispatch_flags::assoc_ind

MLME_ASSOCIATE_indication.

◆ beacon_notify_ind

int dispatch_flags::beacon_notify_ind

MLME_BEACON_NOTIFY_indication.

◆ comm_status_ind

int dispatch_flags::comm_status_ind

MLME_COMM_STATUS_indication.

◆ data_cnf

int dispatch_flags::data_cnf

MCPS_DATA_confirm.

◆ data_ind

int dispatch_flags::data_ind

MCPS_DATA_indication.

◆ disassoc_cnf

int dispatch_flags::disassoc_cnf

MLME_DISASSOCIATE_confirm.

◆ disassoc_ind

int dispatch_flags::disassoc_ind

MLME_DISASSOCIATE_indication.

◆ eddet_ind

int dispatch_flags::eddet_ind

TDME_EDDET_indication.

◆ error_ind

int dispatch_flags::error_ind

TDME_ERROR_indication.

◆ generic

int dispatch_flags::generic

generic dispatch

◆ orphan_ind

int dispatch_flags::orphan_ind

MLME_ORPHAN_indication.

◆ rxpkt_ind

int dispatch_flags::rxpkt_ind

TDME_RXPKT_indication.

◆ scan_cnf

int dispatch_flags::scan_cnf

MLME_SCAN_confirm.

◆ sync_loss_ind

int dispatch_flags::sync_loss_ind

MLME_SYNC_LOSS_indication.

◆ wakeup_ind

int dispatch_flags::wakeup_ind

HWME_WAKEUP_indication.


The documentation for this struct was generated from the following file: