Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values that indicate the latency of a read and write operation.
Syntax
typedef enum {
NVME_ACCESS_LATENCY_NONE,
NVME_ACCESS_LATENCY_IDLE,
NVME_ACCESS_LATENCY_NORMAL,
NVME_ACCESS_LATENCY_LOW
} NVME_ACCESS_LATENCIES;
Constants
NVME_ACCESS_LATENCY_NONENone. No latency information provided. |
NVME_ACCESS_LATENCY_IDLEIdle. Longer latency acceptable. |
NVME_ACCESS_LATENCY_NORMALNormal. Typical latency. |
NVME_ACCESS_LATENCY_LOWLow. Smallest possible latency. |
Remarks
This enumeration is used to specify values in the AccessLatency field of the NVME_CDW13_READ_WRITE structure and in the AccessLatency field of the NVME_CONTEXT_ATTRIBUTES structure.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Header | nvme.h |