SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Fd() [1/2]

SOCKET Spices::Net::Socket::Fd ( )
inline

Get this socket fd.

Returns
Returns this socket fd.

Definition at line 66 of file Socket.h.

66{ return m_SocketFd; }
SOCKET m_SocketFd
This socket fd.
Definition Socket.h:142