SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Fd() [2/2]

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

Get this socket fd.

Returns
Returns this socket fd.

Definition at line 60 of file Socket.h.

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