Cronous Emulation Server Daemon

TCPSocket.receive Method

Receives a piece of data.

Overload List

Receives a piece of data.

[Visual Basic] Public Sub receive(ByVal Byte(),ByVal Integer)
[C#] public void receive(byte[],int);
[C++] public: void receive(char __gc[],int);
[JScript] public function receive(Byte[],int);

Receives a piece of data.

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

See Also

TCPSocket Class | croemud.connection Namespace