| 
            
              Gauge32(Int64) Constructor
             | 
          
        
        
            Initializes a new instance of the 
Gauge32 class.
            
 
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic Gauge32(
	long value
)
Public Sub New ( 
	value As Long
)
public:
Gauge32(
	long long value
)
new : 
        value : int64 -> Gauge32GSF.Net.Snmp.Gauge32 = function(value);
 View SourceParameters
- value  Int64
 - The value.
 
See Also