Click or drag to resize

ReportPdu(Int32, ErrorCode, Int32, IListVariable) Constructor

Creates a ReportPdu with all contents.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public ReportPdu(
	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