CIP_STOP structure (61883.h)
This structure is used to stop transmission or reception. The request stops isochronous transmission or reception on the specified connection. This request will stop capturing CIP packets, whether there are any frames attached. If frames are attached and the stream is resumed, then processing of the frame is resumed on the next source packet within the frame. To resume the stream on the beginning of the frame, a driver must set Flags with CIP_RESET_FRAME_ON_DISCONTINUITY in the CIP_FRAME structure passed with AttachFrame request.
Syntax
typedef struct _CIP_STOP {
IN HANDLE hConnect;
} CIP_STOP, *PCIP_STOP;
Members
hConnect
On input, a handle to the connection on which to stop isochronous transmission or reception.
Remarks
If successful, the IEC-61883 protocol driver sets Irp->IoStatus.Status to STATUS_SUCCESS.
If an incorrect parameter is passed in, the protocol driver sets Irp->IoStatus.Status to STATUS_INVALID_PARAMETER.
Requirements
Requirement | Value |
---|---|
Header | 61883.h |