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