Defines an SNMPv2 Party Clock. The Party Clock is currently
Obsolete, but included for backwards compatibility. Obsoleted in RFC 1902.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class V2PartyClock : UInteger32
Public Class V2PartyClock _ Inherits UInteger32
public ref class V2PartyClock : public UInteger32
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| V2PartyClock()()() | The class constructor. Constructs a default object
with the default value. See the super class constructor
for more information
| |
| V2PartyClock(UInteger32) | Constructs a SNMPv2 Party Clock with the specified value.
| |
| V2PartyClock(V2PartyClock) | Class copy constructor. Constructs a duplicate party
clock.
| |
| Clone()()() | Creates and returns a duplicate object of self.
(Overrides UInteger32..::.Clone()()().) | |
| CompareTo(UInteger32) |
Compare implementation that will compare this class value with the value of another UInteger32 class.
(Inherited from UInteger32.) | |
| CompareTo(UInt32) |
Compare implementation that will compare this class value with argument UInt32 value.
(Inherited from UInteger32.) | |
| decode(array<Byte>[]()[], Int32) | Used to decode the integer value from the ASN.1 buffer.
The passed encoder is used to decode the ASN.1 information
and the integer value is stored in the internal object.
(Inherited from UInteger32.) | |
| encode(MutableByte) | Used to encode the integer value into an ASN.1 buffer.
The passed encoder defines the method for encoding the
data.
(Inherited from UInteger32.) | |
| Equals(Object) |
Compare class value against the object argument. Supported argument types are
UInteger32 and Int32.
(Inherited from UInteger32.) | |
| GetHashCode()()() |
Returns hashed class value.
(Inherited from UInteger32.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Set(AsnType) |
SET class value from another UInteger32 or Integer32 class cast as .
(Inherited from UInteger32.) | |
| Set(String) |
Parse an UInteger32 value from a string.
(Inherited from UInteger32.) | |
| ToString()()() | Returns the string representation of the object.
(Overrides UInteger32..::.ToString()()().) | |
| Type |
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.) | |
| Value |
Value of the object. Returns 32 bit unsigned integer
(Inherited from UInteger32.) |
Inheritance Hierarchy
System..::.Object
SnmpSharpNet..::.AsnType
SnmpSharpNet..::.UInteger32
SnmpSharpNet..::.V2PartyClock
SnmpSharpNet..::.AsnType
SnmpSharpNet..::.UInteger32
SnmpSharpNet..::.V2PartyClock