Click or drag to resize

GetNextRequestMessage(Int32, VersionCode, OctetString, IListVariable) Constructor

Creates a GetNextRequestMessage with all contents.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public GetNextRequestMessage(
	int requestId,
	VersionCode version,
	OctetString community,
	IList<Variable> variables
)
View Source

Parameters

requestId  Int32
The request id.
version  VersionCode
Protocol version
community  OctetString
Community name
variables  IListVariable
Variables
See Also