Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The ISCSI_DIGEST_TYPES enumeration indicates the digest type.
Syntax
typedef enum {
ISCSI_DIGEST_TYPE_NONE,
ISCSI_DIGEST_TYPE_CRC32C
} ISCSI_DIGEST_TYPES, *PISCSI_DIGEST_TYPES;
Constants
ISCSI_DIGEST_TYPE_NONEThere is no usable digest that guarantees data integrity. |
ISCSI_DIGEST_TYPE_CRC32CThe digest that guarantees data integrity uses a 32-bit cyclic redundancy check. |
Requirements
| Requirement | Value |
|---|---|
| Header | iscsidef.h (include Iscsidef.h) |