Net::Socket::ReadBytes Method

Reads the specified number of bytes from the socket.

Syntax

array<uint8>@ Net::Socket::ReadBytes(
uint bytes
)

Parameters

uint bytes

Return value

array<uint8>@

Remarks

None.