|
| unsigned __int64 & | SocketField () |
| |
| FDateTime & | LastActivityTimeField () |
| |
| bool | Close () |
| |
| bool | Bind (FInternetAddr *Addr) |
| |
| bool | Connect (FInternetAddr *Addr) |
| |
| bool | Listen (int MaxBacklog) |
| |
| bool | HasPendingConnection (bool *bHasPendingConnection) |
| |
| bool | HasPendingData (unsigned int *PendingDataSize) |
| |
| FSocket * | Accept (FString *SocketDescription) |
| |
| FSocket * | Accept (FInternetAddr *OutAddr, FString *SocketDescription) |
| |
| bool | SendTo (const char *Data, int Count, int *BytesSent, FInternetAddr *Destination) |
| |
| bool | Send (const char *Data, int Count, int *BytesSent) |
| |
| bool | RecvFrom (char *Data, int BufferSize, int *BytesRead, FInternetAddr *Source, ESocketReceiveFlags::Type Flags) |
| |
| bool | Recv (char *Data, int BufferSize, int *BytesRead, ESocketReceiveFlags::Type Flags) |
| |
| ESocketConnectionState | GetConnectionState () |
| |
| void | GetAddress (FInternetAddr *OutAddr) |
| |
| bool | SetNonBlocking (bool bIsNonBlocking) |
| |
| bool | SetBroadcast (bool bAllowBroadcast) |
| |
| bool | JoinMulticastGroup (FInternetAddr *GroupAddress) |
| |
| bool | LeaveMulticastGroup (FInternetAddr *GroupAddress) |
| |
| bool | SetMulticastLoopback (bool bLoopback) |
| |
| bool | SetMulticastTtl (char TimeToLive) |
| |
| bool | SetReuseAddr (bool bAllowReuse) |
| |
| bool | SetLinger (bool bShouldLinger, int Timeout) |
| |
| bool | SetSendBufferSize (int Size, int *NewSize) |
| |
| bool | SetReceiveBufferSize (int Size, int *NewSize) |
| |
| int | GetPortNo () |
| |
| unsigned __int64 & | SocketField () |
| |
| FDateTime & | LastActivityTimeField () |
| |
| bool | Close () |
| |
| bool | Bind (FInternetAddr *Addr) |
| |
| bool | Connect (FInternetAddr *Addr) |
| |
| bool | Listen (int MaxBacklog) |
| |
| bool | HasPendingConnection (bool *bHasPendingConnection) |
| |
| bool | HasPendingData (unsigned int *PendingDataSize) |
| |
| FSocket * | Accept (FString *SocketDescription) |
| |
| FSocket * | Accept (FInternetAddr *OutAddr, FString *SocketDescription) |
| |
| bool | SendTo (const char *Data, int Count, int *BytesSent, FInternetAddr *Destination) |
| |
| bool | Send (const char *Data, int Count, int *BytesSent) |
| |
| bool | RecvFrom (char *Data, int BufferSize, int *BytesRead, FInternetAddr *Source, ESocketReceiveFlags::Type Flags) |
| |
| bool | Recv (char *Data, int BufferSize, int *BytesRead, ESocketReceiveFlags::Type Flags) |
| |
| ESocketConnectionState | GetConnectionState () |
| |
| void | GetAddress (FInternetAddr *OutAddr) |
| |
| bool | SetNonBlocking (bool bIsNonBlocking) |
| |
| bool | SetBroadcast (bool bAllowBroadcast) |
| |
| bool | JoinMulticastGroup (FInternetAddr *GroupAddress) |
| |
| bool | LeaveMulticastGroup (FInternetAddr *GroupAddress) |
| |
| bool | SetMulticastLoopback (bool bLoopback) |
| |
| bool | SetMulticastTtl (char TimeToLive) |
| |
| bool | SetReuseAddr (bool bAllowReuse) |
| |
| bool | SetLinger (bool bShouldLinger, int Timeout) |
| |
| bool | SetSendBufferSize (int Size, int *NewSize) |
| |
| bool | SetReceiveBufferSize (int Size, int *NewSize) |
| |
| int | GetPortNo () |
| |
| ESocketType & | SocketTypeField () |
| |
| FString & | SocketDescriptionField () |
| |
| ESocketType & | SocketTypeField () |
| |
| FString & | SocketDescriptionField () |
| |
Definition at line 72 of file Other.h.