TCPIP_IPV6_InterfaceIsReady Function
C
bool TCPIP_IPV6_InterfaceIsReady(
TCPIP_NET_HANDLE netH
);
Description
Returns the current state of the IPv6 interface (i.e., determines if an interface is ready for IPv6 transactions).
Preconditions
None.
Parameters
Parameters | Description |
---|---|
netH | The interface to check. |
Returns
True - If the interface has IPv6 functionality available.
False - If the interface does not have IPv6 functionality available.
Remarks
None.