handleSerialApiSetTimeouts method

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

FUNC_ID_SERIAL_API_SET_TIMEOUTS

Implementation

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