OMRFRAME
typedef enum
{
OMR_FRAME_AUTO,
OMR_FRAME_NO,
OMR_FRAME_YES,
} OMRFRAME;
The OMRFRAME enumerated type represents the presence or absence of a frame in a zone, or whether frames will be automatically detected.
Value |
Meaning |
OMR_FRAME_AUTO |
Automatic frame detection (Default). |
OMR_FRAME_NO |
There is no frame within the zone. |
OMR_FRAME_YES |
There is a frame within the zone. |
Comments
This enumerated type is used by the following structure: