Receives all of the data currently available from an unbound socket, places the data in a buffer array, and gets the data's endpoint.

Namespace: GHIElectronics.NETMF.Net.Sockets
Assembly: GHIElectronics.NETMF.W5100 (in GHIElectronics.NETMF.W5100.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public int ReceiveFrom(
	byte[] buffer,
	ref EndPoint remoteEP
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
An array in which the received data is placed.
remoteEP
Type: GHIElectronics.NETMF.Net..::..EndPoint%
An EndPoint object that, when this method's returns a value, specifies the address of the socket from which the data was received.

Return Value

[Missing <returns> documentation for "M:GHIElectronics.NETMF.Net.Sockets.Socket.ReceiveFrom(System.Byte[],GHIElectronics.NETMF.Net.EndPoint@)"]

See Also