Click or drag to resize

IntegerTag Methods

The IntegerTag 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.
(Inherited from TlvTag.)
Public methodEncode
Encode TLV object.
(Inherited from TlvTag.)
Public methodEncodeValue
Encode element value ulong 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 methodGetHashCode
Get TLV element hash code.
(Overrides TlvTagGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Convert TLV element to string.
(Overrides TlvTagToString.)
Public methodWriteTo
Write TlvTag to stream.
(Inherited from TlvTag.)
Top
See Also