

#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.
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, and 0 otherwise.
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
2004/10/19 Name changed from GX_IsVCounterEq to GX_IsVCountEq.
2004/01/19 Initial version.
CONFIDENTIAL