handleSerialApiGetCapabilities method

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

FUNC_ID_SERIAL_API_GET_CAPABILITIES

Implementation

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