getInitCommandBytes method
Get the initial bytes to be placed into the packet.
Implementation
Uint8List getInitCommandBytes(){
return initCommand.writeToBuffer();
}
Get the initial bytes to be placed into the packet.
Uint8List getInitCommandBytes(){
return initCommand.writeToBuffer();
}