C
Description
Status information of the connected peer information
This structure contains the information regarding the status of the connected peer device.
Members
Members |
Description |
BYTE RXOnWhenIdle : 1; |
1 = transceiver always on, 0 = transceiver sleeps when idle |
BYTE directConnection : 1; |
1 = can talk to this device directly, 0 = must route to this device |
BYTE longAddressValid : 1; |
1 = long address valid, 0 = long address unknown |
BYTE shortAddressValid : 1; |
1 = short address valid, 0 = short address unknown |
BYTE FinishJoin : 1; |
1 = already finish joining procedure, 0 = in the process of join |
BYTE isFamily : 1; |
1 = family member (parent/child), 0 = not family |
BYTE isValid : 1; |
1 = this entry is valid, 0 = this entry is not valid |
Symbol Reference > Structs, Records, Enums > CONNECTION_STATUS Union