Bases: object
A message used for booting the board
| Parameters: |
|
|---|---|
| Raises spinnman.exceptions.SpinnmanInvalidParameterException: | |
If the opcode is not a valid value |
|
Attributes
| data | The data |
| opcode | The operation of this packet |
| operand_1 | The first operand |
| operand_2 | The second operand |
| operand_3 | The third operand |