TlvTag Methods |
The TlvTag type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckTagType |
Checks if TLV tag type is valid and throws a TLV exception if the type is invalid.
| |
| Encode |
Encode TLV object.
| |
| EncodeValue |
Encode TLV object value.
| |
| Equals(Object) |
Compare TLV element to object.
(Overrides ObjectEquals(Object).) | |
| Equals(TlvTag) |
Compare tlv element to tlv element
| |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
Get TLV element hash code.
(Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Convert TLV object to string.
(Overrides ObjectToString.) | |
| WriteTo |
Write TlvTag to stream.
|