Next: Text-To-Speech (TTS) Device
Up: CD-Player Device
Previous: Actions
Subsections
Every parameter of an Event can be prefixed by ``^'' to read the value comeing in.
state1state2...-> cdAlias:startedtrack(int track)
- int track: The Tracknumber of the currently started Track
state1state2...-> cdAlias:endedtrack(int track)
- int track: The Tracknumber of the currently ended Track
state1state2...-> cdAlias:play(void)
state1state2...-> cdAlias:stop(void)
state1state2...-> cdAlias:pause(void)
state1state2...-> cdAlias:resume(void)
state1state2...-> cdAlias:close(int number_of_tracks)
- int number_of_tracks: The Number of Tracks on the inserted CD
state1state2...-> cdAlias:eject(void)
Volker Christian
2000-10-24