MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / SendTo

Method SendTo

source/src/osc/ip/UdpSocket.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void UdpSocket::SendTo( const IpEndpointName& remoteEndpoint, const char *data, std::size_t size )
281{
282 impl_->SendTo( remoteEndpoint, data, size );
283}
284
285void UdpSocket::Bind( const IpEndpointName& localEndpoint )
286{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected