BasicAlignedPackedEncodingRulesElement.videotexString

Literally just returns the value bytes.

  1. ubyte[] videotexString [@property getter]
    class BasicAlignedPackedEncodingRulesElement
    override @property @system const
    ubyte[]
    videotexString
    ()
  2. ubyte[] videotexString [@property setter]

Return Value

Type: ubyte[]

an unsigned byte array, where each byte is a Videotex character.

Throws

  • ASN1RecursionException if using constructed form and the element is constructed of too many nested constructed elements
  • ASN1TagClassException if any nested primitives do not share the same tag class as their outer constructed element
  • ASN1TagNumberException if any nested primitives do not share the same tag number as their outer constructed element

Meta