handleZwGetSucNodeId method

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

FUNC_ID_ZW_GET_SUC_NODE_ID - Try to retrieve a Static Update Controller node id (zero if no SUC present)

Implementation

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