LegacyPdu Constructor (UInt32, Boolean, Boolean, ITlvTag)
|
Note: This API is now obsolete.
Create PDU from PDU header and data.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax[ObsoleteAttribute]
protected LegacyPdu(
uint type,
bool nonCritical,
bool forward,
ITlvTag[] childTags
)
<ObsoleteAttribute>
Protected Sub New (
type As UInteger,
nonCritical As Boolean,
forward As Boolean,
childTags As ITlvTag()
)
protected:
[ObsoleteAttribute]
LegacyPdu(
unsigned int type,
bool nonCritical,
bool forward,
array<ITlvTag^>^ childTags
)
[<ObsoleteAttribute>]
new :
type : uint32 *
nonCritical : bool *
forward : bool *
childTags : ITlvTag[] -> LegacyPdu
Parameters
- type
- Type: SystemUInt32
TLV type - nonCritical
- Type: SystemBoolean
Is TLV element non critical - forward
- Type: SystemBoolean
Is TLV element forwarded - childTags
- Type: Guardtime.KSI.ParserITlvTag
List of child TLV elements
See Also