ModeSelectTrait.SemanticTagStruct

class ModeSelectTrait.SemanticTagStruct


Represents a semantic tag.

Summary

Public constructors

SemanticTagStruct(mfgCode: UShort, value: UShort)

Creates the SemanticTagStruct class.

Public properties

UShort

The Vendor ID if the value field is a semantic tag defined by the manufacturer, otherwise this is null.

UShort

The semantic tag within a semantic tag namespace that is either standard- or manufacturer-specific.

Public constructors

SemanticTagStruct

SemanticTagStruct(mfgCode: UShort, value: UShort)

Creates the SemanticTagStruct class.

Public properties

mfgCode

val mfgCodeUShort

The Vendor ID if the value field is a semantic tag defined by the manufacturer, otherwise this is null.

value

val valueUShort

The semantic tag within a semantic tag namespace that is either standard- or manufacturer-specific.