Interface ZigBeeServerMask
-
public interface ZigBeeServerMaskRepresents the ZigBee Server Mask field of the ZigBee Node Descriptor.- Author:
- $Id: 1864f3921cef93fe7b6d58f31a7b81fe69e66b67 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBackupBindingTableCache()Checks if the server is a Backup Binding Table Cache.booleanisBackupDiscoveryCache()Checks if the server is a Backup Discovery Cache.booleanisBackupTrustCenter()Checks if the server is a Backup Trust Center.booleanisNetworkManager()Checks if the server is a Network Manager.booleanisPrimaryBindingTableCache()Checks if the server is a Primary Binding Table Cache.booleanisPrimaryDiscoveryCache()Checks if the server is a Primary Discovery Cache.booleanisPrimaryTrustCenter()Checks if the server is a Primary Trust Center.
-
-
-
Method Detail
-
isPrimaryTrustCenter
boolean isPrimaryTrustCenter()
Checks if the server is a Primary Trust Center.- Returns:
trueif and only if the server is a Primary Trust Center.
-
isBackupTrustCenter
boolean isBackupTrustCenter()
Checks if the server is a Backup Trust Center.- Returns:
trueif and only if the server is a Backup Trust Center.
-
isPrimaryBindingTableCache
boolean isPrimaryBindingTableCache()
Checks if the server is a Primary Binding Table Cache.- Returns:
trueif and only if the server is a Primary Binding Table Cache.
-
isBackupBindingTableCache
boolean isBackupBindingTableCache()
Checks if the server is a Backup Binding Table Cache.- Returns:
trueif and only if the server is a Backup Binding Table Cache.
-
isPrimaryDiscoveryCache
boolean isPrimaryDiscoveryCache()
Checks if the server is a Primary Discovery Cache.- Returns:
trueif and only if the server is a Primary Discovery Cache.
-
isBackupDiscoveryCache
boolean isBackupDiscoveryCache()
Checks if the server is a Backup Discovery Cache.- Returns:
trueif and only if the server is a Backup Discovery Cache.
-
isNetworkManager
boolean isNetworkManager()
Checks if the server is a Network Manager.- Returns:
trueif and only if the server is a Network Manager.
-
-