NotifyLinkStatusChange
The NotifyLinkStatusChange function pointer is contained in the RTND_CALLBACKS structure. It is meant to be called by the IST of the driver when it detects a link status change on one of its managed interfaces.
Syntax
Copy
VOID (*NotifyLinkStatusChange)(
RTND_INTERFACE_OBJECT *pNL2InterfaceObject
)
Parameters
pNL2InterfaceObject
An opaque pointer to the interface object provided by a Network Link Layer (NL2) call to RtndManageInterface.
Remarks
Important: This function MUST be called in the context of the NL2 process, NOT an application process.
Requirements
Minimum supported version | Header |
---|---|
eRTOS 1.0 SDK |
Rtnd.h |
See Also: