ASN.1 Integer32 class.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class Integer32 : AsnType, IComparable<Integer32>, IComparable<int>, ICloneable |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class Integer32 _ Inherits AsnType _ Implements IComparable(Of Integer32), IComparable(Of Integer), _ ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Integer32 : public AsnType, IComparable<Integer32^>, IComparable<int>, ICloneable |
Remarks
This class defines the SNMP 32-bit signed integer
used by the SNMP SMI. This class also serves as a
base class for any additional SNMP SMI types that
exits now or may be defined in the future.