Parameters

int Row
Row position of the attribute.
int Col
Column position of the attribute.
unsigned char AttribDatum
The 1 byte HEX value of the attribute to wait for.
unsigned char MskDatum
The 1 byte HEX value to use as a mask with the attribute. This parameter is optional. The default value is 0xFF.
PS_PLANE plane
The plane of the attribute to get. The plane can have the following values: TextPlane, ColorPlane, FieldPlane, and ExfieldPlane. See ECL Planes — Format and Content for the content and format of the different ECL planes.

This parameter is optional. The default is FieldPlane.

long nTimeOut
The maximum length of time in milliseconds to wait. This parameter is optional. The default is INFINITE.
BOOL bWaitForIR
If this value is true, after meeting the wait condition the function will wait until the OIA indicates the PS is ready to accept input. This parameter is optional and is defaulted to TRUE.