Condividi tramite


struttura CIP_CANCEL_FRAME (61883.h)

Questa struttura è il buffer di input in una richiesta di frame di annullamento. La richiesta annulla un buffer frame collegato. È possibile annullare un frame mentre il flusso è in esecuzione. Se il frame annullato è già stato inviato, il driver del protocollo imposta lo stato di STATUS_NOT_FOUND.

Sintassi

typedef struct _CIP_CANCEL_FRAME {
  IN HANDLE     hConnect;
  IN PCIP_FRAME Frame;
} CIP_CANCEL_FRAME, *PCIP_CANCEL_FRAME;

Membri

hConnect

Handle di una connessione.

Frame

Puntatore a una struttura CIP_FRAME che contiene informazioni sul frame da annullare.

Fabbisogno

Requisito Valore
intestazione 61883.h

Vedere anche

AV_61883_REQUEST