Synergex.SynergyDE.IOExtensions.IOEventMask
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
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.
Enables only the pre- or post-event handler hooks for the channel that have been implemented in the class. (Mutually exclusive)
Clears all pre- or post-event handler hooks for the channel. (Mutually exclusive)
CLOSE operation (premask only).
DELETE/AlphaEnumerator.DeleteCurrent() operation.
FIND operation.
READ/GET/AlphaEnumerator.Current/RowEnumerator.Fill()/RowEnumerator.indexer[] operation.
READS/GETS/ operation.
Network reconnect operation due to an I/O socket failure.
STORE operation.
UNLOCK operation.
WRITE/PUT/AlphaEnumerator.Current/AlphaEnumerator.SparseUpdate operation.
WRITES/PUTS operation.