The V2PartyClock type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| V2PartyClock()()()() | Constructor | |
| V2PartyClock(UInteger32) | Constructor | |
| V2PartyClock(V2PartyClock) | Constructor |
Methods
| Name | Description | |
|---|---|---|
| Clone | Clone class (Overrides UInteger32..::..Clone()()()().) | |
| CompareTo(UInt32) |
Compare implementation that will compare this class value with argument UInt32 value.
(Inherited from UInteger32.) | |
| CompareTo(UInteger32) |
Compare implementation that will compare this class value with the value of another UInteger32 class.
(Inherited from UInteger32.) | |
| decode | Decode BER encoded value (Inherited from UInteger32.) | |
| encode | BER encode class value. (Inherited from UInteger32.) | |
| Equals |
Compare class value against the object argument. Supported argument types are
UInteger32 and Int32.
(Inherited from UInteger32.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Returns hashed class value.
(Inherited from UInteger32.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Set(String) |
Parse an UInteger32 value from a string.
(Inherited from UInteger32.) | |
| Set(AsnType) |
SET class value from another UInteger32 or Integer32 class cast as .
(Inherited from UInteger32.) | |
| ToString | Returns the string representation of the object. (Overrides UInteger32..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| _asnType |
ASN.1 type byte.
(Inherited from AsnType.) | |
| _value | Internal unsigned integer 32-bit value
(Inherited from UInteger32.) |
Properties
| Name | Description | |
|---|---|---|
| Type |
Get ASN.1 value type stored in this class.
(Inherited from AsnType.) | |
| Value |
Value of the object. Returns 32 bit unsigned integer
(Inherited from UInteger32.) |