Receive()
UdpClient::Receive(System::SharedPtr<IPEndPoint>&) method
Returns a datagram sent by a server.
System::ArrayPtr<uint8_t> System::Net::Sockets::UdpClient::Receive(System::SharedPtr<IPEndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
remoteEP | System::SharedPtr<IPEndPoint>& | An IPEndPoint that represents the remote host from which the data was sent. |
Return Value
A byte array where received data will be assigned.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IPEndPoint
- Class UdpClient
- Namespace System::Net::Sockets
- Library Aspose.Slides