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
Members | Description |
---|---|
TCPIP_ANNOUNCE_BCAST_NONE | invalid, not specified. |
TCPIP_ANNOUNCE_BCAST_NET_LIMITED | the 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_DIRECTED | the Announce messages will be sent using the IPv4 network directed broadcast type, i.e 192.168.1.255 for example. |