Counter
|
public sealed class Counter32 : ISnmpData, IEquatable<Counter32>
The Counter32 type exposes the following members.
Name | Description | |
---|---|---|
Counter32(Int64) | Initializes a new instance of the Counter32 class. | |
Counter32(UInt32) | Creates a Counter32 with a specific UInt32. | |
Counter32(TupleInt32, Byte, Stream) | Creates a Counter32 instance from stream. |
Name | Description | |
---|---|---|
AppendBytesTo | Appends the bytes to Stream. | |
Equals(Counter32) | Indicates whether the current object is equal to another object of the same type. | |
Equals(Object) |
Determines whether the specified Object is equal to the current Counter32.
(Overrides ObjectEquals(Object)) | |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString |
Returns a String that represents this Counter32.
(Overrides ObjectToString) | |
ToUInt32 | Returns a UInt32 that represents a Counter32. |
Name | Description | |
---|---|---|
Equality(Counter32, Counter32) | The equality operator. | |
Inequality(Counter32, Counter32) | The inequality operator. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
ToBytes |
Converts to byte format.
(Defined by SnmpDataExtension) |