Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HNHBS<TProps>

HNHBS (Nachrichtenabschluss) Section B.5.3

Type parameters

Hierarchy

Index

Constructors

constructor

  • new HNHBS(arg: string | string[][] | TProps): HNHBS
  • Parameters

    • arg: string | string[][] | TProps

    Returns HNHBS

Properties

msgNo

msgNo: number

Optional reference

reference: number

Segments can reference other segments. This is the referenced segment's number.

segNo

segNo: number

type

type: string = "HNHBS"

version

version: number

The version of this segment.

Accessors

debugString

  • get debugString(): string | string[]
  • Generate a textual representation for debug purposes.

    Returns string | string[]

Methods

Protected defaults

  • defaults(): void
  • Returns void

Protected deserialize

  • deserialize(): void
  • Returns void

Protected serialize

  • serialize(): string[]
  • Returns string[]

toString

  • toString(): string
  • Serialize the segment into a string that can be used for serializing a request.

    Returns string

Generated using TypeDoc