public class NetworkInformation extends Object
Modifier and Type | Field and Description |
---|---|
int |
channel |
String |
extendedPanId |
String |
id |
int |
permitJoinTime |
NetworkStatus |
status |
Modifier and Type | Method and Description |
---|---|
int |
getChannel()
Returns the Channel Of The Network.
|
String |
getExtendedPanID()
Retrieves the Extended PAN ID of the ZigBee Network Network.
|
String |
getID()
Retrieves the ID of this Network.
|
NetworkStatus |
getNetworkStatus()
Current Status Of The Network
|
int |
getPermitJoinTime()
Returns the Permit Join Window Of The Network.
|
String |
toString() |
public final NetworkStatus status
public final int channel
public final String id
public final String extendedPanId
public final int permitJoinTime
public NetworkStatus getNetworkStatus()
public int getChannel()
public String getID()
public String getExtendedPanID()
public int getPermitJoinTime()
Copyright © 2021. All rights reserved.