|
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 input parameter when sending a “set data storage devices’ state” command to the client.
typedef struct {
SetOperation pri_op;
SetOption pri_timing;
SetOperation sec_op;
SetOption sec_timing;
} IDERDeviceCmd;
Field |
Value or Description |
pri_op |
Primary device operation (enable or disable). |
pri_timing |
Primary device operation timing. |
sec_op |
Secondary device operation (enable or disable).(Not supported by the IMR library) |
sec_timing |
Secondary device timing. (Not supported by the IMR library) |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |