BClient.receiveMessage

Receives a message from the provided socket by decoding the streamed bytes into bformat and finally placing the resulting payload in the provided array

class BClient
bool
receiveMessage
(
ref byte[] receiveMessage
)

Parameters

receiveMessage byte[]

the nbuffer to receive into

Return Value

Type: bool

true if the receive succeeded, false otheriwse

Meta