EmberCurrentSecurityState: {
    bitmask: EmberCurrentSecurityBitmask;
    trustCenterLongAddress: EUI64;
}

This describes the security features used by the stack for a joined device.

Type declaration

  • bitmask: EmberCurrentSecurityBitmask

    This bitmask indicates the security features currently in use on this node.

  • trustCenterLongAddress: EUI64

    This indicates the EUI64 of the Trust Center. It will be all zeroes if the Trust Center Address is not known (i.e., the device is in a Distributed Trust Center network).