Command Void Feature Pseudo-Code

void ACTION(void)

  • The Feature takes no arguments.
  • The Feature do not return anything.
  • The ACTION is performed on target.


Command Void Panel



Command Void Macro

Description:

Macro

Identifier

Displayed Name

Function Identifier

Group*


Example:

define_void_command(

cmdRestartSystem,

"Restart System",

RestartSystem,

0

);


*optional argument. If Group is omitted the Group-Number will default to 0.

The unique message id is derived from the row number, in source file where the macro is used.




Command Void XML Definition

Description

XML

Feature Root: Start

<F>

Command Void: Start

<C>

ID

<I>BYTE</I>

SUB ID

<Is>BYTE</Is>

GROUP

<Gr>BYTE</Gr>

NAME

<N>STRING</N>

Command Void: End

</C>

Feature Root: End

</F>




Command Void Data Message

The Command Void message has no Payload-Value.

Byte#

0

1

2

3

4

5

Name

START

ID

SUB ID

CRC MSB

CRC LSB

END

Value

0xAA

[0..255]

[0..255]

CRC16-CITT

0xBB