getInitCommandBytes method

Uint8List getInitCommandBytes()

Get the initial bytes to be placed into the packet.

Implementation

Uint8List getInitCommandBytes(){
  return initCommand.writeToBuffer();
}