Class SNMP::IpAddress
In: lib/snmp/varbind.rb
Parent: Object

Methods

==   asn1_type   decode   encode   eql?   hash   new   to_oid   to_s   to_str  

Public Class methods

Create an IpAddress object. The constructor accepts either a raw four-octet string or a formatted string of integers separated by dots (i.e. "10.1.2.3").

Public Instance methods

Returns a formatted, dot-separated string representing this IpAddress.

Returns a raw four-octet string representing this IpAddress.

[Validate]