TagAdd |
| Name | Description | |
|---|---|---|
| AddFrame(Frame) | Adds a frame to the tag, safely avoiding invalid duplicates. If the frame being added is contrained so that only one with the ID is allowed in a tag, then any previous frames of the same ID are removed before the new one is added. | |
| AddFrame(FrameId, Byte) | Safely adds an arbitrary frame constructed from an ID and raw data. |