OpenAstra
 
Loading...
Searching...
No Matches
SocketDevice Member List

This is the complete list of members for SocketDevice, including all inherited members.

accept() (defined in SocketDevice)SocketDevice
bind() (defined in SocketDevice)SocketDevice
canRead() const (defined in SocketDevice)SocketDeviceinline
canWrite() const (defined in SocketDevice)SocketDeviceinline
connect() (defined in SocketDevice)SocketDevice
getDelayConnect() const (defined in SocketDevice)SocketDevice
getDeviceAddress() const (defined in SocketDevice)SocketDevice
getError() const (defined in SocketDevice)SocketDeviceinline
getFd() const (defined in SocketDevice)SocketDeviceinline
getLocalIP() const (defined in SocketDevice)SocketDeviceinline
getLocalPort() const (defined in SocketDevice)SocketDeviceinline
getProto() (defined in SocketDevice)SocketDevice
getRemoteIP() const (defined in SocketDevice)SocketDeviceinline
getRemotePort() const (defined in SocketDevice)SocketDeviceinline
hasIncomingData() const (defined in SocketDevice)SocketDeviceinline
incomingDataSize() const (defined in SocketDevice)SocketDevice
initialize() (defined in SocketDevice)SocketDevice
isInitialized() (defined in SocketDevice)SocketDevice
isLocalPortValid() const (defined in SocketDevice)SocketDevice
isRemotePortValid() const (defined in SocketDevice)SocketDevice
joinMulticastGroup() (defined in SocketDevice)SocketDevice
listen() (defined in SocketDevice)SocketDevice
proto enum name (defined in SocketDevice)SocketDevice
readData(T &data) (defined in SocketDevice)SocketDeviceinline
readData(void *data, int size) (defined in SocketDevice)SocketDeviceinline
readString(std::string &string) (defined in SocketDevice)SocketDevice
resolveHostname(const std::string &hostname) (defined in SocketDevice)SocketDevicestatic
sentBytes() const (defined in SocketDevice)SocketDeviceinline
setBroadcast() (defined in SocketDevice)SocketDevice
setDelayConnect(bool d) (defined in SocketDevice)SocketDevice
setMulticastLoopback(bool loopback_enabled) (defined in SocketDevice)SocketDevice
setMulticastTTL(int multicast_ttl) (defined in SocketDevice)SocketDevice
setRemoteIP(const std::string &ra) (defined in SocketDevice)SocketDevice
setRemotePort(int rp) (defined in SocketDevice)SocketDevice
setReuseAddr() (defined in SocketDevice)SocketDevice
setSocketReceiveBufferSize(int desired_socket_size) (defined in SocketDevice)SocketDevice
setSocketTransmitBufferSize(int desired_socket_size) (defined in SocketDevice)SocketDevice
setSoLinger(int timeout) (defined in SocketDevice)SocketDevice
setTcpNodelay(bool s) (defined in SocketDevice)SocketDevice
setTimeout(int sec, int usec) (defined in SocketDevice)SocketDevice
shutdown() (defined in SocketDevice)SocketDevice
SocketDevice(proto p, const std::string &la, int lp, const std::string &ra, int rp) (defined in SocketDevice)SocketDevice
SocketDevice(proto p, int _existing_socket) (defined in SocketDevice)SocketDevice
tcpip enum value (defined in SocketDevice)SocketDevice
udpip enum value (defined in SocketDevice)SocketDevice
unset enum value (defined in SocketDevice)SocketDevice
waitIncomingData(int64_t usecs) const (defined in SocketDevice)SocketDevice
writeData(const T &data) (defined in SocketDevice)SocketDeviceinline
writeData(const void *data, int size) (defined in SocketDevice)SocketDeviceinline
writeString(const std::string &string) (defined in SocketDevice)SocketDevice
~SocketDevice() (defined in SocketDevice)SocketDevice