Click or drag to resize

ByteToolPackMessage Method

Packs parts into a single message body.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static Sequence PackMessage(
	byte[] length,
	VersionCode version,
	ISegment header,
	ISegment parameters,
	ISnmpData data
)
View Source

Parameters

length  Byte
Message length.
version  VersionCode
Message version.
header  ISegment
Header.
parameters  ISegment
Security parameters.
data  ISnmpData
Scope data.

Return Value

Sequence
The Sequence object that represents the message body.
See Also