KCMS CMM Reference Manual

Enumerations

The KcsIO class provides the following enumerations.

Table 2-1 KcsIO Enumerations

Enumeration 

Description 

enum KcsIOPosition {KCS_OFS, KCS_BOO,
 	KCS_CUR};

Used for calls to setCursorPos().

KCS_OFS is relative to beginning of I/O object+baseoffset. KCS_BOO is relative to beginning of the I/O object. KCS_CUR is relative to present I/O cursor.