enumerazione ISCSI_DIGEST_TYPES (iscsidef.h)
L'enumerazione ISCSI_DIGEST_TYPES indica il tipo di digest.
Sintassi
typedef enum {
ISCSI_DIGEST_TYPE_NONE,
ISCSI_DIGEST_TYPE_CRC32C
} ISCSI_DIGEST_TYPES, *PISCSI_DIGEST_TYPES;
Costanti
ISCSI_DIGEST_TYPE_NONE Non esiste un digest utilizzabile che garantisce l'integrità dei dati. |
ISCSI_DIGEST_TYPE_CRC32C Il digest che garantisce l'integrità dei dati usa un controllo di ridondanza ciclico a 32 bit. |
Fabbisogno
Requisito | Valore |
---|---|
intestazione | iscsidef.h (include Iscsidef.h) |