DistinguishedEncodingRulesElement.teletexString

Literally just returns the value bytes.

  1. ubyte[] teletexString [@property getter]
    class DistinguishedEncodingRulesElement
    override @property @safe const
    ubyte[]
    teletexString
    ()
  2. ubyte[] teletexString [@property setter]

Return Value

Type: ubyte[]

an unsigned byte array, where each byte is a T.61 character.

Throws

Meta