Click or drag to resize

Counter32 Class

Counter32 type.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpLibCounter32

Namespace: Lextm.SharpSnmpLib
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public sealed class Counter32 : ISnmpData, 
	IEquatable<Counter32>

The Counter32 type exposes the following members.

Constructors
 NameDescription
Public methodCounter32(Int64) Initializes a new instance of the Counter32 class.
Public methodCounter32(UInt32) Creates a Counter32 with a specific UInt32.
Public methodCounter32(TupleInt32, Byte, Stream) Creates a Counter32 instance from stream.
Top
Properties
 NameDescription
Public propertyTypeCode Type code.
Top
Methods
 NameDescription
Public methodAppendBytesTo Appends the bytes to Stream.
Public methodEquals(Counter32) Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object) Determines whether the specified Object is equal to the current Counter32.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this Counter32.
(Overrides ObjectToString)
Public methodToUInt32 Returns a UInt32 that represents a Counter32.
Top
Operators
 NameDescription
Public operatorStatic memberEquality(Counter32, Counter32) The equality operator.
Public operatorStatic memberInequality(Counter32, Counter32) The inequality operator.
Top
Extension Methods
 NameDescription
Public Extension MethodToBytes Converts ISnmpData to a byte array.
(Defined by SnmpDataExtension)
Top
See Also