Next: , Previous: , Up: Commands   [Contents][Index]


13.4.8 Condition set (0x22)

Sets a condition on an existing checkpoint. It is not currently possible to retrieve conditions after setting them.

Command body:

byte 0-3: checkpoint number
byte 4: condition expression length
byte 5+: condition expression string

This is the same format used on the command line. Not null terminated.

Response type:

0x22: MON_RESPONSE_CONDITION_SET

Response body:

Currently empty.