handleZwGetNodeProtocolInfo method

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

FUNC_ID_ZW_GET_NODE_PROTOCOL_INFO - Get protocol info (baud rate, listening, etc.) for a given node

Implementation

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