Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PublishResponse

Hierarchy

  • ExtensionObject
    • PublishResponse

Index

Constructors

constructor

Properties

availableSequenceNumbers

availableSequenceNumbers: UInt32[] | null

diagnosticInfos

diagnosticInfos: DiagnosticInfo[] | null

moreNotifications

moreNotifications: UABoolean

notificationMessage

notificationMessage: NotificationMessage

responseHeader

responseHeader: ResponseHeader

results

results: StatusCode[] | null

subscriptionId

subscriptionId: UInt32

Static encodingDefaultBinary

encodingDefaultBinary: ExpandedNodeId = makeExpandedNodeId(829, 0)

Static encodingDefaultXml

encodingDefaultXml: ExpandedNodeId = makeExpandedNodeId(828, 0)

Static possibleFields

possibleFields: string[] = ["responseHeader","subscriptionId","availableSequenceNumbers","moreNotifications","notificationMessage","results","diagnosticInfos"]

Accessors

schema

  • get schema(): StructuredTypeSchema
  • Returns StructuredTypeSchema

Static schema

  • get schema(): StructuredTypeSchema
  • Returns StructuredTypeSchema

Methods

decode

  • decode(stream: BinaryStream): void
  • Parameters

    • stream: BinaryStream

    Returns void

encode

  • encode(stream: OutputBinaryStream): void
  • Parameters

    • stream: OutputBinaryStream

    Returns void

Generated using TypeDoc