Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChannelSecurityToken

Hierarchy

  • ExtensionObject
    • ChannelSecurityToken

Index

Constructors

constructor

Properties

channelId

channelId: UInt32

createdAt

createdAt: DateTime

revisedLifetime

revisedLifetime: UInt32

tokenId

tokenId: UInt32

Static encodingDefaultBinary

encodingDefaultBinary: ExpandedNodeId = makeExpandedNodeId(443, 0)

Static encodingDefaultXml

encodingDefaultXml: ExpandedNodeId = makeExpandedNodeId(442, 0)

Static possibleFields

possibleFields: string[] = ["channelId","tokenId","createdAt","revisedLifetime"]

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