handleSerialApiApplNodeInformation method

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

FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION

Implementation

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