ObjectIdentifier.this

Constructor for an Object Identifier

  1. this(size_t[] numbers)
  2. this(OIDNode[] nodes)
  3. this(string str)
    class ObjectIdentifier
    @safe
    this
    (
    in string str
    )

Throws

  • OIDException if fewer than two nodes are provided, or if the first node is not 0, 1, or 2, or if the second node is greater than 39

Meta