VR-Link API Documentation for HLA Evolved
Classes | Enumerations | Functions

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)

Detailed Description

This file declares DtNetSocket, as well as several enumerations and constants needed for its use.

Enumeration Type Documentation

Possible values of DtNetSocket::initErrorAction, which determines what to do if socket initialization fails.

Deprecated:
This class is replaced by DtInetSocket and other classes as of VR-Link 3.13
Enumerator:
DtInitErrorFatal 
DtInitErrorWarn 
DtInitErrorIgnore 

Function Documentation

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)

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)