Installation manual

STAR-LINK™
38
3
EVENT DATAEVENT
PURPOSE
Data received
DESCRIPTION
This event notifies the container when data has arrived. Data is available in
DeviceData and DataLen properties of the device object identified by the address
defined in DevID (see also property Mode of the Main Control object);
IDL
[id(2), helpstring("method DataEvent")] HRESULT DataEvent(short SatID, short
DevID, BOOL Kind);
INPUT PARAMETERS
None
OUTPUT VALUE
SatID as short with the ID of the base station collecting data
DevID as short with the ID of the device sending data
Kind as Boolean: if TRUE indicates that the frame is two ways and that the device is
waiting for an answer from the PC.
If FALSE the frame is one way.