5.1.8.33 ZGPL_IsValidSrcId Function
Syntax
bool ZGPL_IsValidSrcId(uint32_t srcId, ZGP_FrameType_t frameType, bool isPairingConfig);
Description
This function verifies whether the source identifier is valid or not considering the frame type.
Input Parameters
| Parameter Name | Description |
|---|---|
srcId | GPD source identifier |
frameType | Maintenance frame/data frame |
isPairingConfig | Source identifier received in pairing configuration/commissioning |
Return Type and Values
true– Source identifierfalse– Otherwise
