|
Beginning in version 11.0, Storage Redirection uses the USB-R protocol rather than the IDE-R protocol. The struct name has not been changed so as to preserve backwards compatibility. |
This structure is used as an output parameter when querying the state of client data storage devices. The IMR library will overwrite structure fields with query results.
typedef struct{
DeviceState pri_default;
DeviceState pri_current;
DeviceState sec_default;
DeviceState sec_current;
} IDERDeviceState;
Field |
Value or Description |
pri_default |
Default primary devices state at the Client FW. |
pri_current |
Current primary devices state at the Client FW. |
sec_default |
Default secondary devices state at the Client FW. |
sec_current |
Current secondary devices state at the Client FW. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |