GX_IsVCountEq

Syntax

#include <nitro/gx/gx.h>

int GX_IsVCountEq(void);

Arguments

None.

Return Values

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.

Description

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.

See Also

GX_VCountEqIntr, GX_SetVCountEqVal

Revision History

2004/10/19 Name changed from GX_IsVCounterEq to GX_IsVCountEq.
2004/01/19 Initial version.


CONFIDENTIAL