![]() |
VR-Link API Documentation for HLA 1.3
|
This file declares DtNetSocket, as well as several enumerations and constants needed for its use. More...
Go to the source code of this file.
Classes | |
| class | DtNetSocket |
| A DtSocket that implements network sending and receiving function using IP/UDP broadcast, multicast or unicast. More... | |
Enumerations | |
| enum | DtInitErrorAction { DtInitErrorFatal, DtInitErrorWarn, DtInitErrorIgnore } |
| Possible values of DtNetSocket::initErrorAction, which determines what to do if socket initialization fails. More... | |
Functions | |
| DT_DLL_NETCOMPAT DtIpv4Addr | DtInetBroadcastOfDevice (const char *device) |
| DT_DLL_NETCOMPAT DtIpv4Addr | DtInetAddrOfDevice (const char *device) |
| DT_DLL_NETCOMPAT DtIpv4Addr | DtNetMaskOfDevice (const char *device) |
| DT_DLL_NETCOMPAT DtIpv4Addr | DtFirstHostInetAddr () |
| DT_DLL_NETCOMPAT int | DtIsMulticastAddr (DtIpv4Addr addr) |
This file declares DtNetSocket, as well as several enumerations and constants needed for its use.
| enum DtInitErrorAction |
Possible values of DtNetSocket::initErrorAction, which determines what to do if socket initialization fails.
| DT_DLL_NETCOMPAT DtIpv4Addr DtFirstHostInetAddr | ( | ) |
| DT_DLL_NETCOMPAT DtIpv4Addr DtInetAddrOfDevice | ( | const char * | device | ) |
| DT_DLL_NETCOMPAT DtIpv4Addr DtInetBroadcastOfDevice | ( | const char * | device | ) |
| DT_DLL_NETCOMPAT int DtIsMulticastAddr | ( | DtIpv4Addr | addr | ) |
| DT_DLL_NETCOMPAT DtIpv4Addr DtNetMaskOfDevice | ( | const char * | device | ) |