iscConfigSubsSetIsEnabled() queries if a subscription set is enabled for synchronization.
Syntax
isy_INT32 iscConfigSubsSetIsEnabled( HISCCONF hConf, isy_TCHAR* id);
Function arguments
Tabelle 132 lists the valid arguments used with the
iscConfigSubsSetIsEnabled() function.
Tabelle 132. iscConfigSubsSetIsEnabled() arguments
Data type | Argument | Use | Description |
---|---|---|---|
HISCCONF | hConf | input | Config connection |
isy_TCHAR* | id | input | Subscription-set ID |
Usage
iscConfigSubsSetIsEnabled() is used to perform a query if a subscription set, which is specified by the given ID, is enabled for synchronization. All subscription sets are initially enabled for synchronization.
Return codes
Restrictions
None.
Zugehörige Konzepte
Zugehörige Tasks
Zugehörige Referenzen