Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Variant

Hierarchy

  • BaseUAObject
    • Variant

Index

Constructors

constructor

Properties

arrayType

arrayType: VariantArrayType

dataType

dataType: DataType

dimensions

dimensions: number[] | null

schema

schema: StructuredTypeSchema

value

value: any

Static coerce

coerce: _coerceVariant = _coerceVariant

Static schema

schema: StructuredTypeSchema = schemaVariant

Methods

binaryStoreSize

  • binaryStoreSize(): number
  • Calculate the required size to store this object in a binary stream.

    method

    binaryStoreSize

    Returns number

    number

clone

decode

  • decode(stream: BinaryStream): void

decodeDebug

  • decodeDebug(stream: BinaryStream, options: any): void

encode

  • encode(stream: OutputBinaryStream): void

explore

  • explore(): string
  • Returns string

isValid

  • isValid(): boolean

setArrayType

  • setArrayType(value: any): void

setDataType

  • setDataType(value: any): void

toJSON

  • toJSON(): any
  • Returns any

toString

  • toString(): string

Generated using TypeDoc