import "acsexmplLamp.idl";
List of all members.
Detailed Description
Interface Lamp is a very simple interface which uses only asynchronous methods.
Member Function Documentation
Turns the lamp off asynchronously. That is, we are notified by the callback when the method really completes.
- Parameters:
-
| cb | callback when the light has been turned off. |
| desc | is used to negotiate timeouts between client and sever. See the BACI specifications for more details. |
- Returns:
- void
Turns the lamp on asynchronously. That is, we are notified by the callback when the method really completes.
- Parameters:
-
| cb | callback when the light has been turned on. |
| desc | is used to negotiate timeouts between client and sever. See the BACI specifications for more details. |
- Returns:
- void
Member Data Documentation
This property is the brightness of the lamp.
The documentation for this interface was generated from the following file: