Copy values from another Pdu class.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public void Set( AsnType value ) |
| Visual Basic (Declaration) |
|---|
Public Sub Set ( _ value As AsnType _ ) |
| Visual C++ |
|---|
public: void Set( AsnType^ value ) |
Parameters
- value
- Type: SnmpSharpNet..::.AsnType
Pdu cast as AsnType
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown when received argument is null |