This enumeration defines possible SetDevice result values returned by the client for each storage device.
typedef enum {
IDER_REJECTED,
IDER_DONE
} SetResult;
Field |
Value or Description |
IDER_REJECTED |
This value is returned by the client FW when the client receives a set command when an IDE or ATAPI command is pending. In such a case, disabling the Storage Redirection interface may result in unpredictable host behavior and should be avoided. This result informs the console that the Storage Redirection interface is in active use. |
IDER_DONE |
Disable/Enable successfully done. |
|
Beginning in version 11.0, Storage Redirection uses the USB-R protocol rather than the IDE-R protocol. The enum has not been changed so as to preserve backwards compatibility. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |