fwDU_connectCommand(string callback, string domain, string device)

Connect to the reception of a command for this device

Documentation

Connect to the reception of a command for this device. Can be used outside the Device Type scripts, if an empty script is given as Device Action Script. The Callback function will be called with three parameters: yourCallbackName(string domain, string device, string command), where <domain> and <device> are the ones passed to this function and <command> is the command received.

Usage: JCOP framework internal, public

PVSS manager usage: VISION, CTRL

Parameters:
callback - : The routine to be called when the command arrives
domain - : The domain name (control unit name) of the device
device - : The device name

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.