CommAddrType

Function

Defines the communication device address types.

Prototype

typedef enum {
    COMM_ADDR_TYPE_RESERVED = -1, /* Reserved address type */
    COMM_ADDR_TYPE_IP_V4 = 0,     /* IPv4 address type */
    COMM_ADDR_TYPE_IP_V6 = 1,     /* IPv6 address type */
    COMM_ADDR_TYPE_ID = 2,        /* ID address type */
} CommAddrType;