1.3.3.16 SYS_NET_CTRL_MSG Enum

C

typedef enum
{
    // NET Socket should reconnect to Peer, the User is expected to pass pointer to SYS_NET_Config for the configuration of the new Connection.
    SYS_NET_CTRL_MSG_RECONNECT = 0,
    
    // NET Socket disconnect request from the user
    SYS_NET_CTRL_MSG_DISCONNECT,
} SYS_NET_CTRL_MSG;

Summary

Identifies the control message for which the User has called the SYS_NET_CtrlMsg().

Remarks

None.