Acoustic Touch Recognition
|
This is the complete list of members for UdpTransmitSocket, including all inherited members.
Bind(const IpEndpointName &localEndpoint) | UdpSocket | |
Connect(const IpEndpointName &remoteEndpoint) | UdpSocket | |
IsBound() const | UdpSocket | |
LocalEndpointFor(const IpEndpointName &remoteEndpoint) const | UdpSocket | |
ReceiveFrom(IpEndpointName &remoteEndpoint, char *data, std::size_t size) | UdpSocket | |
Send(const char *data, std::size_t size) | UdpSocket | |
SendTo(const IpEndpointName &remoteEndpoint, const char *data, std::size_t size) | UdpSocket | |
SetAllowReuse(bool allowReuse) | UdpSocket | |
SetEnableBroadcast(bool enableBroadcast) | UdpSocket | |
UdpSocket() | UdpSocket | |
UdpTransmitSocket(const IpEndpointName &remoteEndpoint) | UdpTransmitSocket | inline |
~UdpSocket() | UdpSocket | virtual |