Click or drag to resize

Integer32 Class

Integer32 type in SMIv2 (or INTEGER in SMIv1).
Inheritance Hierarchy
SystemObject
  GSF.Net.SnmpInteger32

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public sealed class Integer32 : ISnmpData, 
	IEquatable<Integer32>
View Source

The Integer32 type exposes the following members.

Constructors
 NameDescription
Public methodInteger32(Int32) Creates an Integer32 instance with a specific Int32.
Public methodInteger32(TupleInt32, Byte, Stream) Initializes a new instance of the Integer32 class.
Top
Properties
 NameDescription
Public propertyTypeCode Type code.
Top
Methods
 NameDescription
Public methodAppendBytesTo Appends the bytes to Stream.
Public methodEquals(Integer32) 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 Integer32.
(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 methodToErrorCode Converts to ErrorCode.
Public methodToInt32 Returns an Int32 that represents this Integer32.
Public methodToString Returns a String that represents this Integer32.
(Overrides ObjectToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(Integer32, Integer32) The equality operator.
Public operatorStatic memberInequality(Integer32, Integer32) The inequality operator.
Top
Fields
 NameDescription
Public fieldStatic memberZero Zero.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodToBytes Converts to byte format.
(Defined by SnmpDataExtension)
Top
See Also