public interface ZigBeeServerMask
Modifier and Type | Method and Description |
---|---|
boolean |
isBackupBindingTableCache()
Checks if the server is a Backup Binding Table Cache.
|
boolean |
isBackupDiscoveryCache()
Checks if the server is a Backup Discovery Cache.
|
boolean |
isBackupTrustCenter()
Checks if the server is a Backup Trust Center.
|
boolean |
isNetworkManager()
Checks if the server is a Network Manager.
|
boolean |
isPrimaryBindingTableCache()
Checks if the server is a Primary Binding Table Cache.
|
boolean |
isPrimaryDiscoveryCache()
Checks if the server is a Primary Discovery Cache.
|
boolean |
isPrimaryTrustCenter()
Checks if the server is a Primary Trust Center.
|
boolean isPrimaryTrustCenter()
true
if and only if the server is a Primary Trust Center.boolean isBackupTrustCenter()
true
if and only if the server is a Backup Trust Center.boolean isPrimaryBindingTableCache()
true
if and only if the server is a Primary Binding Table
Cache.boolean isBackupBindingTableCache()
true
if and only if the server is a Backup Binding Table
Cache.boolean isPrimaryDiscoveryCache()
true
if and only if the server is a Primary Discovery
Cache.boolean isBackupDiscoveryCache()
true
if and only if the server is a Backup Discovery
Cache.boolean isNetworkManager()
true
if and only if the server is a Network Manager.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0