handleSerialApiSoftReset method

T? handleSerialApiSoftReset(
  1. List<int> data
)
inherited

FUNC_ID_SERIAL_API_SOFT_RESET

Implementation

T? handleSerialApiSoftReset(List<int> data) {
  return unhandledMessage(
      FUNC_ID_SERIAL_API_SOFT_RESET, 'FUNC_ID_SERIAL_API_SOFT_RESET', data);
}