Expand description
Arcs are integer values which exist within an OIDโs hierarchy.
Structsยง
- Arcs
IteratoroverArcvalues (a.k.a. nodes) in anObjectIdentifier.- Root
Arcs ๐ - Byte containing the first and second arcs of an OID.
Constantsยง
- ARC_
MAX_ ๐BYTES - Maximum number of bytes supported in an arc.
- ARC_
MAX_ ๐FIRST - Maximum value of the first arc in an OID.
- ARC_
MAX_ ๐LAST_ OCTET - Maximum value of the last byte in an arc.
- ARC_
MAX_ ๐SECOND - Maximum value of the second arc in an OID.
Type Aliasesยง
- Arc
- Type alias used to represent an โarcโ (i.e. integer identifier value).