Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HelloMessage

Hierarchy

  • BaseUAObject
    • HelloMessage

Constructors

constructor

  • Parameters

    Returns HelloMessage

Properties

endpointUrl

endpointUrl: UAString

maxChunkCount

maxChunkCount: UInt32

maxMessageSize

maxMessageSize: UInt32

protocolVersion

protocolVersion: UInt32

receiveBufferSize

receiveBufferSize: UInt32

schema

schema: StructuredTypeSchema

sendBufferSize

sendBufferSize: UInt32

Static possibleFields

possibleFields: string[] = ["protocolVersion","receiveBufferSize","sendBufferSize","maxMessageSize","maxChunkCount","endpointUrl"]

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

  • decode(stream: BinaryStream): void
  • Parameters

    • stream: BinaryStream

    Returns void

decodeDebug

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

    decodeDebug

    Parameters

    • stream: BinaryStream
    • options: DecodeDebugOptions

    Returns void

encode

explore

  • explore(): string
  • Returns string

isValid

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

    method

    isValid

    Returns boolean

    boolean

toJSON

  • toJSON(): any
  • Returns any

toString

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

    toString

    Parameters

    • Rest ...args: any[]

    Returns string

Generated using TypeDoc