#include <nitro/gx/gx.h>
int GX_IsVCountEq(void);
None.
A nonzero value is returned if the V-counter parity value is the same as the V-counter. A zero value is returned if the V-counter parity value is not the same as the V-counter.
This function returns a nonzero value when the V-counter parity value that is set by the GX_SetVCountEqVal
function is the same as the V-counter. If the two values are not the same, the function returns a value of 0.
The name of this function was changed from GX_IsVCounterEq
to GX_IsVCountEq
. To maintain compatibility, GX_IsVCounterEq
is defined with a separate name from GX_IsVCountEq
.
GX_VCountEqIntr
, GX_SetVCountEqVal
10/19/2004 Name changed from GX_IsVCounterEq
to GX_IsVCountEq
.
01/19/2004 Initial version.