TRVCamReceiver.FilterSystemCmd

<< Click to display table of contents >>

TRVCamReceiver.FilterSystemCmd

Specifies whether system commands invoke OnReceiveCmdData event.

property FilterSystemCmd: Boolean;

Commands having names starting from 'RV_' and 'RVS_' are system commands.

If True, this event is not called for system commands.

If False, this event is called for system commands. It may be useful for debugging.

Default value

True