GP Tx queue entry.

Public Attribute Documentation#

inUse#

bool EmberGpTxQueueEntry::inUse

The entry in use


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

useCca#

bool EmberGpTxQueueEntry::useCca

Use CCA during transmit


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

addr#

EmberGpAddress EmberGpTxQueueEntry::addr

GP address


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

gpdCommandId#

uint8_t EmberGpTxQueueEntry::gpdCommandId

GPD Command ID


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

asdu#

EmberMessageBuffer EmberGpTxQueueEntry::asdu

Buffer holding ASDU


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

gpepHandle#

uint8_t EmberGpTxQueueEntry::gpepHandle

Handle for the outgoing message


Definition at line 429 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 431 of file stack/include/gp-types.h