Code: |
AS + 705 |
Symbolic: |
bccProcessCmd |
This command will request to execute a specific remote process command, with the following parameters:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
DSID |
Debug session ID (0=Use read-only session if available) |
4 |
U32 |
FLAGS |
Operating flags: 0x00000001 Search process by filename (ignore PID) |
8 |
U16 |
PID |
Process ID |
10 |
U16 |
CMDID |
Command ID: 1=Load 2=Start 3=Stop 4=Reload 5=Reload and restart 6=Reload and synchronized restart |
12 |
U8[16] |
- |
Reserved |
28 |
STRZ |
FILENAME |
Process filename |
On success, a bccAck is received with no data.
On failure, a bccNack is received. Specific errors:
NACK code |
Description |
Extra data |
---|---|---|
nackNotFound |
Process not found |
|
nackFileNotExist |
Process filename not found |
|
nackIllegalArgs |
Illegal parameters |
U16 What illegal: 1 = Flags 2 = Command ID 3 = Filename |
nackIllegalDebug |
Illegal debug session |
|
nackRequestError |
Error executing the command (request) |
U16 NACK Error code |