iscConfigDisableSubsSet() disables the synchronization on a subscription set.
Syntax
isy_INT32 iscConfigDisableSubsSet( HISCCONF hConf, isy_TCHAR* id);
Function arguments
ǥ 130 lists the valid arguments used
with the iscConfigDisableSubsSet() function.
ǥ 130. iscConfigDisableSubsSet() 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