Click or drag to resize

ResponseMessage(VersionCode, Header, SecurityParameters, Scope, IPrivacyProvider, Boolean, Byte) Constructor

Initializes a new instance of the ResponseMessage class.

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

Parameters

version  VersionCode
The version.
header  Header
The header.
parameters  SecurityParameters
The parameters.
scope  Scope
The scope.
privacy  IPrivacyProvider
The privacy provider.
needAuthentication  Boolean
if set to true, authentication is needed.
length  Byte
The length bytes.
See Also