| Extends Class: | |
| Declared In: | |
Overview
This category on DRDevice defines methods that make retrieving
the more commonly accessed DRDevice information dictionary properties easier.
Methods
- -displayName
- -ioRegistryEntryPath
- -writesCD
- -writesDVD
- (NSString*) displayName;
Discussion
Returns an NSString suitable for display in the user interface.
- (NSString*) ioRegistryEntryPath;
Discussion
Returns the path to the device in the IO Registry.
- (BOOL) writesCD;
Return Value
Returns YES if the device has the ability to write to CD-R media.
Discussion
Reports the device's ability to burn to CD-type media.
- (BOOL) writesDVD;
Return Value
Returns YES if the device has the ability to write to DVD media.
Discussion
Reports the device's ability to burn to DVD-type media.
Last Updated: 2008-04-01