Table of Contents

Class Helper

Namespace
Lextm.SharpSnmpLib
Assembly
SharpSnmpLib.dll

Class Helper.

public static class Helper
Inheritance
Helper
Inherited Members

Methods

ToIPAddress(IP)

Converts IP to IPAddress.

public static IPAddress ToIPAddress(this IP ip)

Parameters

ip IP

The IP object.

Returns

IPAddress

The IPAddress object.

ToPhysicalAddress(OctetString)

public static PhysicalAddress ToPhysicalAddress(this OctetString address)

Parameters

address OctetString

The OctetString object that holds the address.

Returns

PhysicalAddress

The PhysicalAddress object.

Exceptions

InvalidCastException

address length is not equal to 6.