VR-Link API Documentation for HLA 1516
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 DtNetMaskOfDevice ( const char *  device)

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)