cM function
Returns the whole RCON message as a Uint8List. Requires the message length, message ID, and the payload.
Implementation
@protected
Uint8List cM(int msgLen, int msgID, String payload) {
return _createMessage(msgLen, msgID, payload);
}
Returns the whole RCON message as a Uint8List. Requires the message length, message ID, and the payload.
@protected
Uint8List cM(int msgLen, int msgID, String payload) {
return _createMessage(msgLen, msgID, payload);
}