5.2.9.7 ZGP_SinkTableEntry_t Structure
Syntax
typedef struct PACK _ZGP_SinkTableEntry_t
{
// Generic info - common to sink and proxy table
zgpTableGenericInfo_t tableGenericInfo;
// entry options
zgpSinkTableEntryOptions_t options;
// comm mode mask
// FULL_UNICAST -> (1 << 0x00)
// DERIVED_GROUPCAST -> (1 << 0x01)
// PRECOMMISSIONED_GROUPCAST -> (1 << 0x02)
// LIGHTWEIGHT_UNICAST -> (1 << 0x03)
uint8_t commModeMask;
uint8_t deviceId;
} ZGP_SinkTableEntry_t;Description
The ZGP_SinkTableEntry_t structure stores the details of the sink
entry information in the sink table.
