C# Class SnmpSharpNet.Opaque

Inheritance: OctetString, System.ICloneable
Show file Open project: griffina/SnmpSharpNet Class Usage Examples

Public Methods

Method Description
Clone ( ) : Object

Returns a duplicate of the current object.

Opaque ( ) : System

Constructor

Opaque ( OctetString second ) : System

Constructor

Opaque ( Opaque second ) : System

Copy constructor

Opaque ( byte data ) : System

Constructor

Opaque ( string value ) : System

Constructor

Method Details

Clone() public method

Returns a duplicate of the current object.
public Clone ( ) : Object
return Object

Opaque() public method

Constructor
public Opaque ( ) : System
return System

Opaque() public method

Constructor
public Opaque ( OctetString second ) : System
second OctetString The object to be duplicated.
return System

Opaque() public method

Copy constructor
public Opaque ( Opaque second ) : System
second Opaque The object to be duplicated.
return System

Opaque() public method

Constructor
public Opaque ( byte data ) : System
data byte Data
return System

Opaque() public method

Constructor
public Opaque ( string value ) : System
value string Initializer value
return System