TlvTagBuilder Methods |
The TlvTagBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| AddChildTag |
Add child TLV tag to the list of children tags.
| |
| BuildTag |
Build new TLV tag as RawTag.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetChildByType |
Get the first child TLV tag of a given type.
| |
| GetChildTags |
Get all child tags. The returned tags are NOT cloned.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| RemoveChildTag |
Remove given child TLV tag. Reference equality is used when searching the tag to be removed.
| |
| ReplaceChildTag |
Replace child TLV tag with given TLV tag. Reference equality is used when searching the tag to be replaced.
| |
| ToString | (Inherited from Object.) |