UtilGetTlvLength Method (ITlvTag)
|
Write TLV object to given stream.
Namespace:
Guardtime.KSI.Utils
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic static ushort GetTlvLength(
ITlvTag tag
)
Public Shared Function GetTlvLength (
tag As ITlvTag
) As UShort
public:
static unsigned short GetTlvLength(
ITlvTag^ tag
)
static member GetTlvLength :
tag : ITlvTag -> uint16
Parameters
- tag
- Type: Guardtime.KSI.ParserITlvTag
TLV object
Return Value
Type:
UInt16
See Also