- This wiki is out of date, use the continuation of this wiki instead
CD statuscodes
From FenixWiki
(Difference between revisions)
Revision as of 11:51, 21 May 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 13:26, 19 June 2008 (edit) (undo) 86.70.220.11 (Talk) Next diff → |
||
Line 8: | Line 8: | ||
| ''Constant'' || - ''Value'' || - ''Description'' | | ''Constant'' || - ''Value'' || - ''Description'' | ||
|- | |- | ||
- | | CD_ERROR || - -1 - Error. | + | | CD_ERROR || - -1 - || Error. |
|- | |- | ||
- | | CD_TRAYEMPTY || - 0 - The CD tray is empty. | + | | CD_TRAYEMPTY || - 0 - || The CD tray is empty. |
|- | |- | ||
- | | CD_STOPPED || - 1 - The CD is stopped. | + | | CD_STOPPED || - 1 - || The CD is stopped. |
|- | |- | ||
- | | CD_PLAYING || - 2 - The CD is playing. | + | | CD_PLAYING || - 2 - || The CD is playing. |
|- | |- | ||
- | | CD_PAUSED || - 3 - The CD is paused. | + | | CD_PAUSED || - 3 - || The CD is paused. |
|} | |} |
Revision as of 13:26, 19 June 2008
Definition
CD statuscodes are status codes returned by the function cd_status() , to specify the current status of a CD drive.
List
Constant | - Value | - Description |
CD_ERROR | - -1 - | Error. |
CD_TRAYEMPTY | - 0 - | The CD tray is empty. |
CD_STOPPED | - 1 - | The CD is stopped. |
CD_PLAYING | - 2 - | The CD is playing. |
CD_PAUSED | - 3 - | The CD is paused. |