1.2.3.4.3 SYS_CMD_DELETE Function
C
bool SYS_CMD_DELETE(SYS_CMD_DEVICE_NODE* pDevNode);
Summary
Removes CMDIO parameters from the Command Processor System Service console.
Description
This function removes CMDIO parameters from the Command Processor System Service console.
Precondition
SYS_CMD_Initialize was successfully run once.
Parameters
None.
Returns
true - if the corresponding dommand device has been deleted
false - otherwise (no such node).
Remarks
None.