GxFpga3571GetAdvancedMode

Purpose

Returns whether the board is in advanced mode.

Syntax

GxFpga3571GetAdvancedMode (nHandle, pucMode, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX3500 board.

pucMode

PBYTE

The mode can be as follows:

0.   Off.

1.   On.

pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

When the GX3571’s advanced mode is turned on, the user-specified modeline parameters will be used.  Modeline parameters can set using the GxFpga3571SetModeline function.  When advanced mode is off, default modeline parameters are used to generate the video.

Example

The following example reads the state of the advanced mode into ucMode:

 

BYTE ucMode;

GxFpga3571GetAdvancedMode (nHandle, &ucMode, &nStatus);

 

See Also

GxFpga3571SetAdvancedMode,  GxFpga3571SetModeline, GxFpga3571ResetModeline, GxFpgaGetErrorString