MatterSpecification.v13.Core § 11.14.5.7

interface OperationalDatasetComponents {
    activeTimestampPresent: boolean;
    channelMaskPresent: boolean;
    channelPresent: boolean;
    delayPresent: boolean;
    extendedPanIdPresent: boolean;
    masterKeyPresent: boolean;
    meshLocalPrefixPresent: boolean;
    networkNamePresent: boolean;
    panIdPresent: boolean;
    pendingTimestampPresent: boolean;
    pskcPresent: boolean;
    securityPolicyPresent: boolean;
}

Hierarchy (view full)

Properties

activeTimestampPresent: boolean

This field shall be True if the Node has an active timestamp present, else False.

MatterSpecification.v13.Core § 11.14.5.7.1

channelMaskPresent: boolean

This field shall be True if the Node has available a mask of available channels, else False.

MatterSpecification.v13.Core § 11.14.5.7.12

channelPresent: boolean

This field shall be True if the Node has configured an operational channel for the Thread network, else False.

MatterSpecification.v13.Core § 11.14.5.7.9

delayPresent: boolean

This field shall be True if the Node has the Thread network delay set, else False.

MatterSpecification.v13.Core § 11.14.5.7.7

extendedPanIdPresent: boolean

This field shall be True if the Node has an extended Pan ID, else False.

MatterSpecification.v13.Core § 11.14.5.7.5

masterKeyPresent: boolean

This field shall be True if the Node has the Thread master key, else False.

MatterSpecification.v13.Core § 11.14.5.7.3

meshLocalPrefixPresent: boolean

This field shall be True if the Node has the mesh local prefix, else False.

MatterSpecification.v13.Core § 11.14.5.7.6

networkNamePresent: boolean

This field shall be True if the Node has the Thread network’s name, else False.

MatterSpecification.v13.Core § 11.14.5.7.4

panIdPresent: boolean

This field shall be True if the Node has a Pan ID, else False.

MatterSpecification.v13.Core § 11.14.5.7.8

pendingTimestampPresent: boolean

This field shall be True if the Node has a pending timestamp is present, else False.

MatterSpecification.v13.Core § 11.14.5.7.2

pskcPresent: boolean

This field shall be True if the Node has been configured with the Thread network Pskc, else False.

MatterSpecification.v13.Core § 11.14.5.7.10

securityPolicyPresent: boolean

This field shall be True if the Node has been configured with the Thread network security policies, else False.

MatterSpecification.v13.Core § 11.14.5.7.11