Determines whether a specified attribute value is the special Ignore value.
Syntax
unsigned char isIgnoreValue(char * value);
Parameters
Return values
Returns 1 for True if the passed-in value equals the special Ignore value or 0 for False if it does not.
See also
The Ignore value, which isIgnoreValue() checks for, is a special attribute value that represents a value that the connector should ignore. After retrieving the value of an attribute with getAttrValue(), you can pass the returned value to isIgnoreValue() to determine whether the value is the special Ignore value.
See also