handleZwGetRoutingInfo method
FUNC_ID_ZW_GET_ROUTING_INFO - Get a specified node's neighbor information from the controller
Implementation
T? handleZwGetRoutingInfo(List<int> data) {
return unhandledMessage(
FUNC_ID_ZW_GET_ROUTING_INFO, 'FUNC_ID_ZW_GET_ROUTING_INFO', data);
}