handleZwRequestNodeNeighborUpdate method

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

FUNC_ID_ZW_REQUEST_NODE_NEIGHBOR_UPDATE - Ask the specified node to update its neighbors (then read them from the controller)

Implementation

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