Click or drag to resize

ResponsePdu(Int32, ErrorCode, Int32, IListVariable) Constructor

Creates a ResponsePdu with all contents.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public ResponsePdu(
	int requestId,
	ErrorCode errorStatus,
	int errorIndex,
	IList<Variable> variables
)
View Source

Parameters

requestId  Int32
The request ID.
errorStatus  ErrorCode
Error status.
errorIndex  Int32
Error index.
variables  IListVariable
Variables.
See Also