Module arcs

Module arcs 

Source
Expand description

Arcs are integer values which exist within an OIDโ€™s hierarchy.

Structsยง

Arcs
Iterator over Arc values (a.k.a. nodes) in an ObjectIdentifier.
RootArcs ๐Ÿ”’
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).