Click or drag to resize

CompositeTag Methods

The CompositeTag type exposes the following members.

Methods
  NameDescription
Protected methodCheckTagType
Check tag type
Protected methodCheckTagType(UInt32)
Checks if TLV tag type is valid and throws a TLV exception if the type is invalid.
(Inherited from TlvTag.)
Public methodEncode
Encode TLV object.
(Inherited from TlvTag.)
Public methodEncodeValue
Encode child TLV list to byte array.
(Overrides TlvTagEncodeValue.)
Public methodEquals(Object)
Compare TLV element to object.
(Inherited from TlvTag.)
Public methodEquals(TlvTag)
Compare tlv element to tlv element
(Inherited from TlvTag.)
Protected methodFinalize (Inherited from Object.)
Public methodGetChildren
Get array of child elements.
Public methodGetEnumerator
Get Enumerator for TLV composite element.
Public methodGetHashCode
Get TLV element hash code.
(Overrides TlvTagGetHashCode.)
Protected methodStatic memberGetImprintTag
Create imprint tag from the given tag or return the given tag if it is already imprint tag.
Protected methodStatic memberGetIntegerTag
Create integer tag from the given tag or return the given tag if it is already integer tag.
Protected methodStatic memberGetRawTag
Create raw tag from the given tag or return the given tag if it is already raw tag.
Protected methodStatic memberGetStringTag
Create string tag from the given tag or return the given tag if it is already string tag.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodParseChild
Parse child tag.
Public methodToString
Convert TLV element to string.
(Overrides TlvTagToString.)
Protected methodValidate
Validate the tag
Protected methodVerifyUnknownTag
Verify unknown tag for critical flag and throw exception.
Public methodWriteTo
Write TlvTag to stream.
(Inherited from TlvTag.)
Top
Explicit Interface Implementations
See Also