énumération ISCSI_DIGEST_TYPES (iscsidef.h)
L’énumération ISCSI_DIGEST_TYPES indique le type de synthèse.
Syntaxe
typedef enum {
ISCSI_DIGEST_TYPE_NONE,
ISCSI_DIGEST_TYPE_CRC32C
} ISCSI_DIGEST_TYPES, *PISCSI_DIGEST_TYPES;
Constantes
ISCSI_DIGEST_TYPE_NONE Il n’existe aucun digest utilisable qui garantit l’intégrité des données. |
ISCSI_DIGEST_TYPE_CRC32C Le digest qui garantit l’intégrité des données utilise un contrôle de redondance cyclique 32 bits. |
Exigences
Exigence | Valeur |
---|---|
d’en-tête | iscsidef.h (inclure Iscsidef.h) |