addNotNode method

void addNotNode(
  1. int port,
  2. String did
)

Implementation

void addNotNode(int port, String did) {
  if (port == 32320)
    _notWifiNodes[did] = true;
  else
    _notMobileNodes[did] = true;
}