Click or drag to resize

ReportMessage Constructor

Initializes a new instance of the ReportMessage class.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public ReportMessage(
	VersionCode version,
	Header header,
	SecurityParameters parameters,
	Scope scope,
	IPrivacyProvider privacy,
	byte[] length
)
View Source

Parameters

version  VersionCode
The version code.
header  Header
The header.
parameters  SecurityParameters
The security parameters.
scope  Scope
The scope.
privacy  IPrivacyProvider
The privacy provider.
length  Byte
The length bytes.
See Also