![]() |
RflySimSDK v3.05
RflySimSDK说明文档
|
成员的完整列表,这些成员属于 UDPServer,包括所有继承而来的类成员
address (定义于 BaseSocket) | BaseSocket | |
BaseSocket(FDR_ON_ERROR, SocketType sockType=TCP, int socketId=-1) (定义于 BaseSocket) | BaseSocket | inlineprotected |
Bind(const char *addressin, uint16_t port, FDR_ON_ERROR) (定义于 UDPServer) | UDPServer | inline |
Bind(uint16_t port, FDR_ON_ERROR) (定义于 UDPServer) | UDPServer | inline |
Close() (定义于 UDPSocket) | UDPSocket | inline |
Connect(uint32_t ipv4, uint16_t port, FDR_ON_ERROR) (定义于 UDPSocket) | UDPSocket | inline |
Connect(const char *host, uint16_t port, FDR_ON_ERROR) (定义于 UDPSocket) | UDPSocket | inline |
Connect(const std::string &host, uint16_t port, FDR_ON_ERROR) (定义于 UDPSocket) | UDPSocket | inline |
fileDescriptor() const (定义于 BaseSocket) | BaseSocket | inline |
hasSetNoblock (定义于 BaseSocket) | BaseSocket | protected |
ipToString(const sockaddr_in &addr) (定义于 BaseSocket) | BaseSocket | inlineprotectedstatic |
isUseConnect (定义于 UDPSocket) | UDPSocket | |
onMessageReceived (定义于 UDPSocket) | UDPSocket | |
onRawMessageReceived (定义于 UDPSocket) | UDPSocket | |
RecvNoblock(char *buf, std::string &ip, int &port, int maxrecvlen=BUFFER_SIZE_RFLY) (定义于 UDPServer) | UDPServer | inline |
remoteAddress() const (定义于 BaseSocket) | BaseSocket | inline |
remotePort() const (定义于 BaseSocket) | BaseSocket | inline |
Send(const char *bytes, size_t byteslength) (定义于 UDPSocket) | UDPSocket | inline |
Send(const std::string &message) (定义于 UDPSocket) | UDPSocket | inline |
SendTo(const char *bytes, size_t byteslength, const char *host, uint16_t port, FDR_ON_ERROR) (定义于 UDPSocket) | UDPSocket | inline |
SendTo(const char *bytes, size_t byteslength, const std::string &host, uint16_t port, FDR_ON_ERROR) (定义于 UDPSocket) | UDPSocket | inline |
SendTo(const std::string &message, const char *host, uint16_t port, FDR_ON_ERROR) (定义于 UDPSocket) | UDPSocket | inline |
SendTo(const std::string &message, const std::string &host, uint16_t port, FDR_ON_ERROR) (定义于 UDPSocket) | UDPSocket | inline |
setBroadcast(bool value, FDR_ON_ERROR) (定义于 UDPServer) | UDPServer | inline |
setMulticast(const char *GROUP_IP, FDR_ON_ERROR) (定义于 UDPServer) | UDPServer | inline |
sock (定义于 BaseSocket) | BaseSocket | protected |
SocketType 枚举名称 (定义于 BaseSocket) | BaseSocket | |
StartRecvThread() (定义于 UDPSocket) | UDPSocket | inline |
TCP 枚举值 (定义于 BaseSocket) | BaseSocket | |
UDP 枚举值 (定义于 BaseSocket) | BaseSocket | |
UDPSocket(bool useConnect=false, FDR_ON_ERROR, int socketId=-1) (定义于 UDPSocket) | UDPSocket | inlineexplicit |
~BaseSocket() (定义于 BaseSocket) | BaseSocket | inlineprotectedvirtual |