next up previous 8
Next: Text-To-Speech (TTS) Device Up: CD-Player Device Previous: Actions

Subsections

Events

Every parameter of an Event can be prefixed by ``^'' to read the value comeing in.

Started Track

$[$state1$[\vert$state2$[$...$]$$]$$]$-> cdAlias:startedtrack(int track)
int track: The Tracknumber of the currently started Track

Ended Track

$[$state1$[\vert$state2$[$...$]$$]$$]$-> cdAlias:endedtrack(int track)
int track: The Tracknumber of the currently ended Track

Play

$[$state1$[\vert$state2$[$...$]$$]$$]$-> cdAlias:play(void)

Stop

$[$state1$[\vert$state2$[$...$]$$]$$]$-> cdAlias:stop(void)

Pause

$[$state1$[\vert$state2$[$...$]$$]$$]$-> cdAlias:pause(void)

Resume

$[$state1$[\vert$state2$[$...$]$$]$$]$-> cdAlias:resume(void)

Close

$[$state1$[\vert$state2$[$...$]$$]$$]$-> cdAlias:close(int number_of_tracks)
int number_of_tracks: The Number of Tracks on the inserted CD

Eject

$[$state1$[\vert$state2$[$...$]$$]$$]$-> cdAlias:eject(void)



Volker Christian 2000-10-24