CompositionData

data class CompositionData(val companyId: UShort, val productId: UShort, val versionId: UShort, val replayProtectionMinimum: UShort, val features: NodeFeatures, val elements: List<MeshElement>)

Parsed composition data page 0 from a node.

Constructors

Link copied to clipboard
constructor(companyId: UShort, productId: UShort, versionId: UShort, replayProtectionMinimum: UShort, features: NodeFeatures, elements: List<MeshElement>)

Properties

Link copied to clipboard

Company identifier (SIG-assigned).

Link copied to clipboard

Elements hosted by this node.

Link copied to clipboard

Node features.

Link copied to clipboard

Vendor-assigned product identifier.

Link copied to clipboard

Minimum number of replay protection list entries.

Link copied to clipboard

Vendor-assigned version identifier.