Panda3D
|
Base functionality for a INET domain Socket This call should be the starting point for all other unix domain sockets. More...
#include <pandadoc.hpp>
Public Member Functions | |
__init__ () | |
Def Constructor. More... | |
__init__ (SOCKET in) | |
Assigns an existing socket to this class. More... | |
bool | Active () |
Ask if the socket is open (allocated) More... | |
Close () | |
Closes a socket if it is open (allocated). More... | |
SocketAddress | GetPeerName () |
Wrapper on berkly getpeername... More... | |
SOCKET | GetSocket () |
Gets the base socket type. More... | |
SOCKET | GetSocket () |
Get The RAW file id of the socket. More... | |
int | SetBlocking () |
Set the socket to block on subsequent calls to socket functions that address this socket. More... | |
int | SetNonBlocking () |
this function will throw a socket into non-blocking mode More... | |
int | SetRecvBufferSize (int size) |
Ok it sets the recv buffer size for both tcp and UDP. More... | |
bool | SetReuseAddress (bool flag) |
Informs a socket to reuse IP address as needed. More... | |
SetSocket (SOCKET ins) | |
Assigns an existing socket to this class. More... | |
bool | SetV6Only (bool flag) |
Sets a flag indicating whether this IPv6 socket should operate in dual-stack mode or not. More... | |
![]() | |
TypeHandle | getType () |
int | getTypeIndex () |
Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. More... | |
bool | isExactType (TypeHandle handle) |
Returns true if the current object is the indicated type exactly. More... | |
bool | isOfType (TypeHandle handle) |
Returns true if the current object is or derives from the indicated type. More... | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
static int | GetLastError () |
Gets the last errcode from a socket operation. More... | |
static int | InitNetworkDriver () |
![]() | |
static TypeHandle | getClassType () |
Additional Inherited Members | |
![]() | |
TypeHandle | type |
Returns the TypeHandle representing this object's type. More... | |
Base functionality for a INET domain Socket This call should be the starting point for all other unix domain sockets.
SocketIP | ----------------------------------------------------------------— | | | | SocketTCP SocketTCP_Listen SocketUDP_Incoming SocketUDP_OutBound
__init__ | ( | ) |
Def Constructor.
__init__ | ( | SOCKET | in | ) |
Assigns an existing socket to this class.
bool Active | ( | ) |
Ask if the socket is open (allocated)
Close | ( | ) |
Closes a socket if it is open (allocated).
|
static |
|
static |
Gets the last errcode from a socket operation.
SocketAddress GetPeerName | ( | ) |
Wrapper on berkly getpeername...
SOCKET GetSocket | ( | ) |
Gets the base socket type.
SOCKET GetSocket | ( | ) |
Get The RAW file id of the socket.
|
static |
int SetBlocking | ( | ) |
Set the socket to block on subsequent calls to socket functions that address this socket.
int SetNonBlocking | ( | ) |
this function will throw a socket into non-blocking mode
int SetRecvBufferSize | ( | int | size | ) |
Ok it sets the recv buffer size for both tcp and UDP.
bool SetReuseAddress | ( | bool | flag | ) |
Informs a socket to reuse IP address as needed.
SetSocket | ( | SOCKET | ins | ) |
Assigns an existing socket to this class.
bool SetV6Only | ( | bool | flag | ) |
Sets a flag indicating whether this IPv6 socket should operate in dual-stack mode or not.