1.3.5.6.20 BMNG_FUP_VERSION_INDICATION_CB Function Pointer
C
typedef void (*BMNG_FUP_VERSION_INDICATION_CB)(uint8_t *eui48, uint8_t vendorLen,
char *vendor, uint8_t modelLen, char *model, uint8_t versionLen, char *version);
Summary
Callback function pointer for the Firmware Upgrade Protocol version indication.
Description
This callback is used for the Firmware Upgrade Protocol version indication.
-
eui48: Pointer to the MAC address of the node
-
vendorLen: Vendor length
-
vendor: Pointer to the vendor identification
-
modelLen: Model length
-
model: Pointer to the model identification
-
versionLen: Version length
-
version: Pointer to the version identification
Remarks
None.
