Interface ZigBeeServerMask


public interface ZigBeeServerMask
Represents the ZigBee Server Mask field of the ZigBee Node Descriptor.
"Consumers of this API must not implement this interface"
  • Method Details

    • isPrimaryTrustCenter

      boolean isPrimaryTrustCenter()
      Checks if the server is a Primary Trust Center.
      Returns:
      true if and only if the server is a Primary Trust Center.
    • isBackupTrustCenter

      boolean isBackupTrustCenter()
      Checks if the server is a Backup Trust Center.
      Returns:
      true if and only if the server is a Backup Trust Center.
    • isPrimaryBindingTableCache

      boolean isPrimaryBindingTableCache()
      Checks if the server is a Primary Binding Table Cache.
      Returns:
      true if 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:
      true if and only if the server is a Backup Binding Table Cache.
    • isPrimaryDiscoveryCache

      boolean isPrimaryDiscoveryCache()
      Checks if the server is a Primary Discovery Cache.
      Returns:
      true if and only if the server is a Primary Discovery Cache.
    • isBackupDiscoveryCache

      boolean isBackupDiscoveryCache()
      Checks if the server is a Backup Discovery Cache.
      Returns:
      true if and only if the server is a Backup Discovery Cache.
    • isNetworkManager

      boolean isNetworkManager()
      Checks if the server is a Network Manager.
      Returns:
      true if and only if the server is a Network Manager.