class documentation
class Enum(Converter[
Known subclasses: tivars.flash.DeviceType, tivars.types.gdb.BorderColor, tivars.types.gdb.GlobalLineStyle, tivars.types.gdb.GraphColor, tivars.types.gdb.GraphStyle
Constructor: Enum.get(data, **kwargs)
| Class Method | get |
Converts bytes -> Enum, returning the first byte |
| Class Method | set |
Converts Enum -> bytes, enforcing that the input is a recognized enum value |