SECOM
Overview Cluster Class Classes Index          Top Features

secom.windows

Class COM_ERROR_CONSTANTS


Known direct descendants

COM_STATUS

Features

Invariants

indexing

description

Errors for a communications device.

library

Serial Communications Library

copyright

Copyright (c) 2005, Brian E. Heilig

license

Eiffel Forum License v2 (see license.txt)

class COM_ERROR_CONSTANTS

feature -- Access

Ce_break: INTEGER

-- The hardware detected a break condition.

Ce_device_not_selected: INTEGER

-- A parallel device is not selected.

Ce_error_none: INTEGER

-- No error

Ce_frame: INTEGER

-- The hardware detected a framing error.

Ce_io_error: INTEGER

-- An I/O error occurred during communications with a parallel device.

Ce_mode_unsupported: INTEGER

-- The requested mode is not supported, or the handle
-- is invalid.

Ce_out_of_paper: INTEGER

-- A parallel device signaled that it is out of paper.

Ce_overrun: INTEGER

-- A character-buffer overrun has occurred. The next character is lost.

Ce_parallel_time_out: INTEGER

-- A time-out occurred on a parallel device.

Ce_rx_overflow: INTEGER

-- Receive queue overflow

Ce_rx_parity: INTEGER

-- The hardware detected a parity error.

Ce_tx_full: INTEGER

-- The application tried to transmit a character, but the
-- output buffer was full.

feature -- Status report

is_known_error (an_error: INTEGER): BOOLEAN

-- Is an_error a known error?

invariant


Documentation generated by edoc