wclIrDAErrors Namespace

 NameDescription
wclEIrDA

The base IrDA Framework exceptions class.

wclEIrDAClient

The exception used in IrDA client connection.

wclEIrDAServer

The exception used in IrDA server connection.

Top
 NameDescription
WCL_E_IRDA_ACCESS_DENIED

Access denied.

WCL_E_IRDA_ALREADY_SUBSCRIBED

The component is already subscribed for the IrDA hardware change event.

WCL_E_IRDA_ATTRIBUTE_CLASS_NOT_FOUND

The requested attribute's class was not found.

WCL_E_IRDA_ATTRIBUTE_NOT_FOUND

The requested attribute was not found.

WCL_E_IRDA_BASE

The base code for the IrDA errors.

WCL_E_IRDA_CONNECTION_EXISTS

Connection already exsist.

WCL_E_IRDA_CONNECTION_REJECTED

Connection has been rejected.

WCL_E_IRDA_CONNECTION_TERMINATED_BY_USER

Connection has been terminated by a user.

WCL_E_IRDA_DISCONNECTED_BY_REMOTE_DEVICE

Client disconnected by remote device.

WCL_E_IRDA_DISCOVERING_ACTIVE

The Lazy Discovering is already running.

WCL_E_IRDA_DISCOVERING_NOT_ACTIVE

The Lazy Discovering is not running.

WCL_E_IRDA_FAILED

The IrDA subsystem or the associated service provider has failed.

WCL_E_IRDA_HANDLES_LIMIT_REACHED

No more handles (descriptors) are available.

WCL_E_IRDA_HANDLE_NOT_SUPPORTED

The specified handle type is not supported for IrDA communication.

WCL_E_IRDA_INVALID_ARGUMENT

An invalid argument was supplied.

WCL_E_IRDA_INVALID_HANDLE

The descriptor is not a valid handle.

WCL_E_IRDA_INVALID_PROC_TABLE

The service provider returned an invalid or incomplete procedure table to the IrDA initialization.

WCL_E_IRDA_INVALID_PROVIDER

The service provider returned a version other than 2.2.

WCL_E_IRDA_IN_PROGRESS

A blocking call is in progress, or the service provider is still processing a callback function.

WCL_E_IRDA_LIMIT_REACHED

A limit on the number of tasks supported by the IrDA implementation has been reached.

WCL_E_IRDA_NOT_INITIALIZED

A successful IrDA subsystem initialization must occur before using this function.

WCL_E_IRDA_NOT_READY

The underlying subsystem is not ready for communication.

WCL_E_IRDA_NOT_SUBSCRIBED

The component is not subscribed for the IrDA hardware change event.

WCL_E_IRDA_NOT_SUPPORTED

The IrDA is not supported. An infrared adapter and device driver is not installed on the local computer.

WCL_E_IRDA_NO_BUFFERS

No buffer space is available. The handle cannot be created.

WCL_E_IRDA_OPTION_IS_INVALID

The initialization parameter is not a valid pointer or One of the option value or the option length parameters is not a valid part of the user address space, or the option length parameter is too small.

WCL_E_IRDA_PROTOCOL_NOT_SUPPORTED

The specified protocol is not supported.

WCL_E_IRDA_SERVICE_OR_DEVICE_NOT_FOUND

An IrDA device or specific service was not found (address or service is invalid).

WCL_E_IRDA_SERVICE_PROFVIDER_FAILED

The service provider failed to initialize. This error is returned if a layered service provider (LSP) or namespace provider was improperly installed or the provider fails to operate correctly.

WCL_E_IRDA_TIMEOUT

Timeout occured.

WCL_E_IRDA_UNABLE_CREATE_DISCOVERING_SYNC

Unable to create Lazy Discovering synchronization object.

WCL_E_IRDA_UNABLE_CREATE_DISCOVERING_THREAD

Unable to create Lazy Discovering thread.

WCL_E_IRDA_UNABLE_CREATE_EVENT

Unable to create socket event.

WCL_E_IRDA_UNABLE_CREATE_SOCKET

Unable to create IrDA socket.

WCL_E_IRDA_UNABLE_GET_READ_BUFFER

Unable to get a read buffer size.

WCL_E_IRDA_UNABLE_GET_WRITE_BUFFER

Unable to get a write buffer size.

WCL_E_IRDA_UNABLE_SET_EVENT

Unable to select socket events.

WCL_E_IRDA_UNABLE_SET_MODE

Unable to set a IrLMP communication mode.

WCL_E_IRDA_UNABLE_SET_READ_BUFFER

Unable to set a read buffer size.

WCL_E_IRDA_UNABLE_SET_WRITE_BUFFER

Unable to set a write buffer size.

WCL_E_IRDA_UNABLE_TO_CREATE_WRITE_EVENT

Unable to create write completion event object.

WCL_E_IRDA_UNABLE_TO_RESOLVE_ADDRESS

Unable to resolve a remote IrDA device address.

WCL_E_IRDA_UNEXPECTED

Unexpected or unknown IrDA error.

WCL_E_IRDA_UNKNOW_OPTION

The option is unknown or unsupported by the indicated protocol family (IrDA).

WCL_E_IRDA_VERSION_NOT_SUPPORTED

The version of IrDA subsystem support requested is not provided by this particular IrDA implementation.

WCL_E_IRDA_WRONG_CONNECTION_MODE

This connection mode can not be used for IrDA server.

WCL_E_IRDA_WRONG_PROTOCOL_TYPE

The specified protocol is the wrong type for this handle.

Top