Public Member Functions | |
| bool | isValid () const |
Public Attributes | |
| bool | isRaw |
| true if data is raw, false if it is a reg_t sequence | |
| union { | |
| byte * raw | |
| reg_t * reg | |
| }; | |
| int | maxSize |
| number of available bytes | |
| bool | skipByte |
| true if referencing the 2nd data byte of *reg, false otherwise | |