iscConfigEnableSubsSet() enables a subscription set in the config for synchronization.
Syntax
isy_INT32 iscConfigEnableSubsSet( HISCCONF hConf, isy_TCHAR* id);
Function arguments
Table 129 lists the valid arguments used with the
iscConfigEnableSubsSet() function.
Table 129. iscConfigEnableSubsSet() arguments
Data type | Argument | Use | Description |
---|---|---|---|
HISCCONF | hConf | input | Config connection |
isy_TCHAR* | id | input | Subscription-set ID |
Usage
All subscription sets are initially enabled for synchronization. The iscConfigEnableSubsSet() and iscConfigDisableSubsSet() functions enable and disable the synchronization capability of a subscription set, which is specified by the given ID.
Return codes
Restrictions
None.
Related concepts
Related tasks
Related reference