Click or drag to resize

ResponseMessage(Int32, VersionCode, OctetString, ErrorCode, Int32, IListVariable) Constructor

Creates a ResponseMessage with all contents.

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

Parameters

requestId  Int32
Request ID.
version  VersionCode
Protocol version.
community  OctetString
Community name.
error  ErrorCode
Error code.
index  Int32
Error index.
variables  IListVariable
Variables.
See Also