class documentation
class Raw: (source)
Known subclasses: tivars.flash.TIFlashHeader.Raw, tivars.var.TIEntry.Raw
Raw bytes container for this component
Any class with a distinct byte format requires its own Raw class to contain its data sections.
Each data section must have a corresponding slot in Raw in order to use Converter classes.
The Raw class must also contain a bytes() method specifying the order and visibility of the data sections.
Additional methods can also be included, but should be callable from the outer class.
| Method | bytes |
No summary |
overridden in
tivars.flash.TIFlashHeader.Raw, tivars.var.TIEntry.Raw| Returns | |
bytes | The bytes contained in this components |