OIDS.lookup

Find the OID to a name. The lookup will be performed in the general OID section of the configuration.

  1. string lookup(OID oid)
  2. OID lookup(string name)
    struct OIDS
    static
    OID
    lookup
    (
    in string name
    )

Parameters

name string

the name to resolve

Return Value

Type: OID

OID associated with the specified name

Meta