TlvTagBuilderGetChildByType Method
|
Get the first child TLV tag of a given type.
Namespace:
Guardtime.KSI.Parser
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic ITlvTag GetChildByType(
uint type
)
Public Function GetChildByType (
type As UInteger
) As ITlvTag
public:
ITlvTag^ GetChildByType(
unsigned int type
)
member GetChildByType :
type : uint32 -> ITlvTag
Parameters
- type
- Type: SystemUInt32
TLV tag type to be searched
Return Value
Type:
ITlvTag
See Also