class documentation
DCC Idle Packet
This requires no parameters to construct so only one is ever needed!
| Method | __init__ |
Construct the Idle Packet |
| Constant | TYPE |
I - Idle Packet |
| Instance Variable | _address |
Undocumented |
| Instance Variable | _type |
Undocumented |
Inherited from CommandPacket:
| Method | is |
Is Locked |
| Method | set |
Set buffer contents |
| Constant | BASE |
DCC long mobile address range base |
| Constant | MAX |
DCC long address upper limit (inclusive) |
| Constant | MIN |
DCC long address lower limit (inclusive) |
| Instance Variable | NOT |
Return value for command not sent (command being updated) |
| Instance Variable | SENT |
Return value for command serialised |
| Instance Variable | SENT |
Return valued for Program on Main second send |
| Property | address |
Get Address |
| Property | packet |
Get the Packet Buffer |
| Property | type |
Get the command type |
| Instance Variable | _packet |
Undocumented |