Synergex.SynergyDE.IOExtensions.IOEventMask

Set bit masks for hook qualifiers

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
namespace Synergex.SynergyDE.IOExtensions
public enum IOEventMask

The IOEventMask enumeration sets the bit masks for the I/O operation hook qualifiers. Values can be combined using the bitwise OR operator, except for Clear and Auto, which are mutually exclusive.

Fields

Auto

Enables only the pre- or post-event handler hooks for the channel that have been implemented in the class. (Mutually exclusive)

Clear

Clears all pre- or post-event handler hooks for the channel. (Mutually exclusive)

Close

CLOSE operation (premask only).

Delete

DELETE/AlphaEnumerator.DeleteCurrent() operation.

Find

FIND operation.

Read

READ/GET/AlphaEnumerator.Current/RowEnumerator.Fill()/RowEnumerator.indexer[] operation.

Reads

READS/GETS/ operation.

Reconnect

Network reconnect operation due to an I/O socket failure.

Store

STORE operation.

Unlock

UNLOCK operation.

Write

WRITE/PUT/AlphaEnumerator.Current/AlphaEnumerator.SparseUpdate operation.

Writes

WRITES/PUTS operation.