Snmp.OID (elixir_snmp v0.2.1) View Source
OID handling functions
Link to this section Summary
Link to this section Types
Specs
t() :: [integer()]
Link to this section Functions
Specs
Returns OID from binary
Examples
iex> parse("1.3.6.1.2")
iex> parse("") :error
iex> parse("1.3.6..1") :error
Specs
Returns OID as string (dot notation)