PrimoBurner(tm) for C++  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
primo::scsi::ScsiInterfaceError Namespace Reference

ScsiInterfaceError error codes. More...

Enumerations

enum  Enum {
  Success = 0 ,
  SystemError = 1 ,
  DeviceNotSet = 3 ,
  InvalidParameters = 4 ,
  CheckSense = 5
}
 ScsiInterfaceError::Enum. More...
 

Detailed Description

ScsiInterfaceError error codes.

These error codes are returned by the ScsiInterface::error method.

Enumeration Type Documentation

◆ Enum

enum Enum

ScsiInterfaceError::Enum.

Enumerator
Success 

Success.

SystemError 

Indicates that a system error occurred when calling one of the operating system API functions.

Use IScsiInterface::GetLastSystemError to get the OS specific error code.

DeviceNotSet 

Device object is not set.

InvalidParameters 

Invalid parameters.

CheckSense 

Indicates an error for which SCSI sense data is available.

Use IScsiInterface::GetSense to get the SCSI sense data.