GP Tx queue entry.

Public Attribute Documentation#

inUse#

bool EmberGpTxQueueEntry::inUse

The entry in use


Definition at line 538 of file stack/include/gp-types.h

useCca#

bool EmberGpTxQueueEntry::useCca

Use CCA during transmit


Definition at line 540 of file stack/include/gp-types.h

addr#

EmberGpAddress EmberGpTxQueueEntry::addr

GP address


Definition at line 542 of file stack/include/gp-types.h

gpdCommandId#

uint8_t EmberGpTxQueueEntry::gpdCommandId

GPD Command ID


Definition at line 544 of file stack/include/gp-types.h

asdu#

EmberMessageBuffer EmberGpTxQueueEntry::asdu

Buffer holding ASDU


Definition at line 546 of file stack/include/gp-types.h

gpepHandle#

uint8_t EmberGpTxQueueEntry::gpepHandle

Handle for the outgoing message


Definition at line 548 of file stack/include/gp-types.h

queueEntryLifetimeMs#

uint16_t EmberGpTxQueueEntry::queueEntryLifetimeMs

Life time in milliseconds for the entry to expire, 0 indicates no expiry


Definition at line 550 of file stack/include/gp-types.h