|
Gauge32(UInt32) Constructor
|
Creates a
Gauge32 with a specific
UInt32.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntax[CLSCompliantAttribute(false)]
public Gauge32(
uint value
)
<CLSCompliantAttribute(false)>
Public Sub New (
value As UInteger
)
public:
[CLSCompliantAttribute(false)]
Gauge32(
unsigned int value
)
[<CLSCompliantAttribute(false)>]
new :
value : uint32 -> Gauge32
GSF.Net.Snmp.Gauge32 = function(value);
View SourceParameters
- value UInt32
- Value
See Also