StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_SetDeviceTimeOutByDeviceAddress Function
C++
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_SetDeviceTimeOutByDeviceAddress(IN UCHAR p__UCHAR__DevicePort, IN UCHAR p__UCHAR__DeviceBus, IN UCHAR p__UCHAR__DeviceID, IN UCHAR p__UCHAR__DeviceLUN, IN ULONG p__ULONG__DeviceTimeOutInSeconds);
Parameters 
Description 
IN UCHAR p__UCHAR__DevicePort 
Device port.
 
IN UCHAR p__UCHAR__DeviceBus 
Device SCSI bus.
 
IN UCHAR p__UCHAR__DeviceID 
Device SCSI ID.
 
IN UCHAR p__UCHAR__DeviceLUN 
Device LUN.
 
IN ULONG p__ULONG__DeviceTimeOutInSeconds 
New device timeout in seconds. 

Execution status.

This function sets device timeout in seconds by device SCSI address.

This one is for ASPI devices only.

Please see FindDevice sample as example how to use StarBurn_SetDeviceTimeOutByDeviceAddress API call.