ReceiveFrom()
Socket::ReceiveFrom(System::ArrayPtr<uint8_t>, int32_t, int32_t, SocketFlags, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
int32_t System::Net::Sockets::Socket::ReceiveFrom(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::ArrayPtr<uint8_t> | The byte array where the received data will be assigned. |
offset | int32_t | The offset in bytes in the specified array. |
size | int32_t | The number of bytes to receive that will be assigned to the specified byte array from the ‘offset’ index. |
socketFlags | SocketFlags | The receive behavior. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::Details::ArrayView<uint8_t>, int32_t, int32_t, SocketFlags, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
int32_t System::Net::Sockets::Socket::ReceiveFrom(System::Details::ArrayView<uint8_t> buffer, int32_t offset, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::Details::ArrayView<uint8_t> | The byte array where the received data will be assigned. |
offset | int32_t | The offset in bytes in the specified array. |
size | int32_t | The number of bytes to receive that will be assigned to the specified byte array from the ‘offset’ index. |
socketFlags | SocketFlags | The receive behavior. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::Details::StackArray<uint8_t, N>&, int32_t, int32_t, SocketFlags, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
template<std::size_t> int32_t System::Net::Sockets::Socket::ReceiveFrom(System::Details::StackArray<uint8_t, N> &buffer, int32_t offset, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::Details::StackArray<uint8_t, N>& | The byte array where the received data will be assigned. |
offset | int32_t | The offset in bytes in the specified array. |
size | int32_t | The number of bytes to receive that will be assigned to the specified byte array from the ‘offset’ index. |
socketFlags | SocketFlags | The receive behavior. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::ArrayPtr<uint8_t>, int32_t, SocketFlags, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
int32_t System::Net::Sockets::Socket::ReceiveFrom(System::ArrayPtr<uint8_t> buffer, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::ArrayPtr<uint8_t> | The byte array where the received data will be assigned. |
size | int32_t | The number of bytes to receive that will be assigned to the specified byte array from the ‘offset’ index. |
socketFlags | SocketFlags | The receive behavior. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::Details::ArrayView<uint8_t>, int32_t, SocketFlags, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
int32_t System::Net::Sockets::Socket::ReceiveFrom(System::Details::ArrayView<uint8_t> buffer, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::Details::ArrayView<uint8_t> | The byte array where the received data will be assigned. |
size | int32_t | The number of bytes to receive that will be assigned to the specified byte array from the ‘offset’ index. |
socketFlags | SocketFlags | The receive behavior. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::Details::StackArray<uint8_t, N>&, int32_t, SocketFlags, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
template<std::size_t> int32_t System::Net::Sockets::Socket::ReceiveFrom(System::Details::StackArray<uint8_t, N> &buffer, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::Details::StackArray<uint8_t, N>& | The byte array where the received data will be assigned. |
size | int32_t | The number of bytes to receive that will be assigned to the specified byte array from the ‘offset’ index. |
socketFlags | SocketFlags | The receive behavior. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::ArrayPtr<uint8_t>, SocketFlags, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
int32_t System::Net::Sockets::Socket::ReceiveFrom(System::ArrayPtr<uint8_t> buffer, SocketFlags socketFlags, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::ArrayPtr<uint8_t> | The byte array where the received data will be assigned. |
socketFlags | SocketFlags | The receive behavior. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::Details::ArrayView<uint8_t>, SocketFlags, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
int32_t System::Net::Sockets::Socket::ReceiveFrom(System::Details::ArrayView<uint8_t> buffer, SocketFlags socketFlags, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::Details::ArrayView<uint8_t> | The byte array where the received data will be assigned. |
socketFlags | SocketFlags | The receive behavior. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::ArrayPtr<uint8_t>, SocketFlags, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
template<std::size_t> int32_t System::Net::Sockets::Socket::ReceiveFrom(System::ArrayPtr<uint8_t> buffer, SocketFlags socketFlags, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::ArrayPtr<uint8_t> | The byte array where the received data will be assigned. |
socketFlags | SocketFlags | The receive behavior. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::ArrayPtr<uint8_t>, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
int32_t System::Net::Sockets::Socket::ReceiveFrom(System::ArrayPtr<uint8_t> buffer, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::ArrayPtr<uint8_t> | The byte array where the received data will be assigned. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::Details::ArrayView<uint8_t>, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
int32_t System::Net::Sockets::Socket::ReceiveFrom(System::Details::ArrayView<uint8_t> buffer, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::Details::ArrayView<uint8_t> | The byte array where the received data will be assigned. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
Socket::ReceiveFrom(System::Details::StackArray<uint8_t, N>&, System::SharedPtr<EndPoint>&) method
Receives data from the specified endpoint and writes it to the specified byte array.
template<std::size_t> int32_t System::Net::Sockets::Socket::ReceiveFrom(System::Details::StackArray<uint8_t, N> &buffer, System::SharedPtr<EndPoint> &remoteEP)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | System::Details::StackArray<uint8_t, N>& | The byte array where the received data will be assigned. |
remoteEP | System::SharedPtr<EndPoint>& | The remote endpoint. |
Return Value
The number of received bytes.
See Also
- Enum SocketFlags
- Typedef ArrayPtr
- Typedef SharedPtr
- Class EndPoint
- Class Socket
- Namespace System::Net::Sockets
- Library Aspose.Slides