Click or drag to resize

PduPayload Constructor (UInt32, Boolean, Boolean, ITlvTag)

Create PDU payload from data.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
protected PduPayload(
	uint type,
	bool nonCritical,
	bool forward,
	ITlvTag[] childTags
)

Parameters

type
Type: SystemUInt32
TLV type
nonCritical
Type: SystemBoolean
is TLV non critical
forward
Type: SystemBoolean
is TLV forwarded
childTags
Type: Guardtime.KSI.ParserITlvTag
List of child TLV elements
See Also