BClient.sendMessage

Encodes the provided message into the bformat format and sends it over the provided socket

class BClient
bool
sendMessage
(
byte[] message
)

Parameters

message byte[]

the message to encode and send

Return Value

Type: bool

true if the send succeeded, false otherwise

Meta