iscConfigSubsSetIsReset() performs a query if a subscription set is in reset mode.
Syntax
isy_INT32 iscConfigSubsSetIsReset( HISCCONF hConf, isy_TCHAR* id);
Function arguments
Table 133 lists the valid arguments used with the
iscConfigSubsSetIsReset() function.
Table 133. iscConfigSubsSetIsReset() arguments
Data type | Argument | Use | Description |
---|---|---|---|
HISCCONF | hConf | input | Config connection |
isy_TCHAR* | id | input | Subscription-set ID |
Usage
All subscription sets are initially set to reset mode. However, if a subscription set is synchronized, the subscription-set mode changes. Use iscConfigResetSubsSet() to change a subscription set, which is specified by the given ID, back to reset mode.
Return codes
Restrictions
None.
Related concepts
Related tasks
Related reference