Cronous Emulation Server Daemon

TCPSocket.receive Method (Int32)

Receives a piece of data.

[Visual Basic]
Public Function receive( _ 
   ByVal size As Integer _ 
) As Byte()
[C#]
public byte[] receive(
   int size
);
[C++]
public: char receive(
   int size
)  __gc[];
[JScript]
public function receive(
   int size
): Byte[];

Parameters

size
Amount of data to retrieve. Must not exceed data_available.

Return Value

The retrieved data.

See Also

TCPSocket Class | croemud.connection Namespace | TCPSocket.receive Overload List