Interface | osid.control.Device | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
A | ||
Method | getDeviceRecord | ||
Description |
Gets the device record corresponding to the given
| ||
Parameters | osid.type.Type | deviceRecordType | the type of device record to retrieve |
Return | osid.control.records.DeviceRecord | the device record | |
Errors | NULL_ARGUMENT | deviceRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(deviceRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |