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