Condividi tramite


enumerazione SERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS (sercx.h)

L'enumerazione SERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS definisce costanti che indicano se il processo viene eseguito per completare una transazione di ricezione personalizzata.

Sintassi

typedef enum _SERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS {
  SerCx2CustomReceiveTransactionNoProgress,
  SerCx2CustomReceiveTransactionBytesTransferred
} SERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS, *PSERCX2_CUSTOM_RECEIVE_TRANSACTION_PROGRESS;

Costanti

 
SerCx2CustomReceiveTransactionNoProgress
Non sono stati compiuti progressi. Questo valore indica che non sono stati trasferiti byte di dati nella transazione di ricezione personalizzata corrente dal report di stato precedente o dall'inizio della transazione, a prescindere da quale sia più recente.
SerCx2CustomReceiveTransactionBytesTransferred
È in corso un progresso. Questo valore indica che uno o più byte di dati sono stati trasferiti nella transazione di ricezione personalizzata corrente dopo il report di stato precedente o l'inizio della transazione, a qualsiasi valore più recente.

Osservazioni

Le costanti in questa enumerazione vengono utilizzate dal metodo SerCx2CustomReceiveTransactionReportProgress.

Fabbisogno

Requisito Valore
intestazione sercx.h

Vedere anche

SerCx2CustomReceiveTransactionReportProgress