Installation manual

STAR-LINK™
78
6
METHOD GETSTATUS
PURPOSE
Gets the base station status.
DESCRIPTION
This method asks for the base station input/output buffer state. If this command is
sent to an alive base station, it will answer by setting the four properties RxFree,
TxFree, RxTotal and TxTotal containing the number of bytes free and the total
number of the two base station buffers. This command is totally asynchronous (like
the others) and the STAR-Link™ ActiveX answers with an event called StatusEvent.
Before sending this event, the control sets all the base station properties.
If the GetStatus command is not right, the control sends an error event
(ErrorEvent).
IDL
[id(22), helpstring("method GetConfiguration")] HRESULT GetConfiguration();
INPUT PARAMETERS
None
OUTPUT VALUE
None