TmnxBinarySpecification

  • Base type OctetString
  • Range 0 — 255

The data type TmnxBinarySpecification is a string of ASCII characters that specifies how to form a binary number. The format is as follows: <binary-specification> ::= <bit-specification>+ <bit-specification> ::= '0' | '1' | <bit-origin> <bit-origin> ::= '*' <number-of-bits> <origin> <number-of-bits> ::= [1..32] Examples and supported bit-origin specifiers are supplied with the object definitions.