System::Net::Sockets::UdpClient::Receive metodo
UdpClient::Receive method
Restituisce un datagramma inviato da un server.
System::ArrayPtr<uint8_t> System::Net::Sockets::UdpClient::Receive(System::SharedPtr<IPEndPoint> &remoteEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| remoteEP | System::SharedPtr<IPEndPoint>& | Un IPEndPoint che rappresenta l’host remoto da cui sono stati inviati i dati. |
ReturnValue
Un array di byte in cui verranno assegnati i dati ricevuti.
Vedi anche
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IPEndPoint
- Class UdpClient
- Namespace System::Net::Sockets
- Library Aspose.Font for C++