Click or drag to resize

Counter32(TupleInt32, Byte, Stream) Constructor

Creates a Counter32 instance from stream.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public Counter32(
	Tuple<int, byte[]> length,
	Stream stream
)
View Source

Parameters

length  TupleInt32, Byte
The length.
stream  Stream
The stream.
See Also