Click or drag to resize

ByteToolPackMessage Method

Packs parts into a single message body.

Namespace: Lextm.SharpSnmpLib
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public static Sequence PackMessage(
	byte[]? length,
	VersionCode version,
	ISegment header,
	ISegment parameters,
	ISnmpData data
)

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