ZGP_SinkTableEntry_t struct
C
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
Structure for storing details about device in sink table.
