Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 2.51 KB

ne-sercx-_sercx_status.md

File metadata and controls

85 lines (63 loc) · 2.51 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:sercx._SERCX_STATUS
_SERCX_STATUS (sercx.h)
The SERCX_STATUS enumeration indicates the status of a serial receive or transmit operation.
serports\sercx_status.htm
serports
04/23/2018
SERCX_STATUS enumeration
*PSERCX_STATUS, 1/SERCX_STATUS, 1/SerCxStatusCancelled, 1/SerCxStatusSuccess, 1/SerCxStatusTimeout, SERCX_STATUS, SERCX_STATUS enumeration [Serial Ports], SerCxStatusCancelled, SerCxStatusSuccess, SerCxStatusTimeout, _SERCX_STATUS, serports.sercx_status
sercx.h
Windows
Supported starting with Windows 8.
Windows
SERCX_STATUS, *PSERCX_STATUS
_SERCX_STATUS
sercx/_SERCX_STATUS
PSERCX_STATUS
sercx/PSERCX_STATUS
SERCX_STATUS
sercx/SERCX_STATUS
APIRef
kbSyntax
HeaderDef
1.0\Sercx.h
_SERCX_STATUS
PSERCX_STATUS
SERCX_STATUS

_SERCX_STATUS enumeration

-description

The SERCX_STATUS enumeration indicates the status of a serial receive or transmit operation.

-enum-fields

-field SerCxStatusSuccess

The operation is proceeding successfully.

-field SerCxStatusCancelled

The operation was canceled.

-field SerCxStatusTimeout

The operation timed out. This enumeration value applies only to read interval time-outs for receive operations. For more information, see the description of the ReadIntervalTimeout member in SERIAL_TIMEOUTS.

-remarks

The SerCxProgressReceive and SerCxProgressTransmit methods have parameters that are SERCX_STATUS enumeration values.

-see-also

SERIAL_TIMEOUTS

SerCxProgressReceive

SerCxProgressTransmit