1.3.5.6.23 BMNG_NET_EVENT_INFO Struct

C

typedef struct {	
        BMNG_NET_EVENT netEvent;
        uint8_t eui48[6];
        uint8_t sid;
        uint16_t lnid;
        uint8_t lsid;
        uint8_t alvRxCnt;
        uint8_t alvTxCnt;
        uint8_t alvTime;
        uint16_t pch;
        uint16_t pchLsid;
} BMNG_NET_EVENT_INFO;

Summary

Defines the Network Event information.

Description

This structure defines the Network Event information.

Remarks

None.