struct

SNMP::IpAddress

Inherits SNMP::TypedValue / Struct / Value / Object

IpAddress (RFC 2578) — a 4-octet IPv4 address.

Constructors

new(bytes : Bytes)
Source
new(dotted : String)

Accept a dotted-quad string, e.g. "192.168.1.254".

Source

Instance methods

to_ber
Source