Click or drag to resize

TlvTag Methods

The TlvTag type exposes the following members.

Methods
  NameDescription
Protected methodCheckTagType
Checks if TLV tag type is valid and throws a TLV exception if the type is invalid.
Public methodEncode
Encode TLV object.
Public methodEncodeValue
Encode TLV object value.
Public methodEquals(Object)
Compare TLV element to object.
(Overrides ObjectEquals(Object).)
Public methodEquals(TlvTag)
Compare tlv element to tlv element
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Get TLV element hash code.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Convert TLV object to string.
(Overrides ObjectToString.)
Public methodWriteTo
Write TlvTag to stream.
Top
See Also