Options
All
  • Public
  • Public/Protected
  • All
Menu

  subscribe now with sterfive to access the online-user manual

Hierarchy

Index

Properties

clientHandle

clientHandle: number

the client handle

discardOldest

discardOldest: boolean

if discardOldest === true, older items are removed from the queue when queue overflows

filter

Optional itemToMonitor

itemToMonitor: ReadValueIdOptions

monitoredItemId

monitoredItemId: number

the monitoredItem Id assigned by the server to this monitoredItem.

monitoringMode

monitoringMode: MonitoringMode

queueSize

queueSize: number

the size of the queue.

samplingInterval

samplingInterval: number

the monitored item sampling interval ..

Optional timestampsToReturn

timestampsToReturn: TimestampsToReturn

Accessors

schema

  • get schema(): StructuredTypeSchema
  • Returns StructuredTypeSchema

Methods

binaryStoreSize

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

    method

    binaryStoreSize

    Returns number

    number

clone

  • clone(): any
  • Returns any

decode

decodeDebug

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

encode

  • encode(stream: OutputBinaryStream): void
  • Parameters

    • stream: OutputBinaryStream

    Returns void

explore

  • explore(): string

isValid

  • isValid(): boolean
  • verify that all object attributes values are valid according to schema

    method

    isValid

    Returns boolean

    boolean

toJSON

  • toJSON(): any

toString

  • toString(...args: any[]): string
  • method

    toString

    Parameters

    • Rest ...args: any[]

    Returns string

Generated using TypeDoc