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.
Reads the specified number of bytes from the socket.
array<uint8>@ Net::Socket::ReadBytes(
uint bytes
)
uint bytes
array<uint8>@
None.