TCPIP_ANNOUNCE_BROADCAST_TYPE Enumeration

C

typedef enum {
    TCPIP_ANNOUNCE_BCAST_NONE,
    TCPIP_ANNOUNCE_BCAST_NET_LIMITED,
    TCPIP_ANNOUNCE_BCAST_NET_DIRECTED
} TCPIP_ANNOUNCE_BROADCAST_TYPE;

Description

Enumeration: TCPIP_ANNOUNCE_BROADCAST_TYPE - Describes the current message types supported by the announce module.

Members

MembersDescription
TCPIP_ANNOUNCE_BCAST_NONEinvalid, not specified.
TCPIP_ANNOUNCE_BCAST_NET_LIMITEDthe Announce messages will be sent using the IPv4 network limited broadcast type, i.e 255.255.255.255. This is the default.
TCPIP_ANNOUNCE_BCAST_NET_DIRECTEDthe Announce messages will be sent using the IPv4 network directed broadcast type, i.e 192.168.1.255 for example.