|
ByteToolPackMessage Method
|
Packs parts into a single message body.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
SyntaxGSF.Net.Snmp.ByteTool.PackMessage = function(length, version, header, parameters, data);
View SourceParameters
- length Byte
- Message length.
- version VersionCode
- Message version.
- header ISegment
- Header.
- parameters ISegment
- Security parameters.
- data ISnmpData
- Scope data.
Return Value
SequenceThe
Sequence object that represents the message body.
See Also