Provides information on synchronization between receiver in a group.
Namespace:
LeCouteauSuisse.APIAssembly: LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
C# |
---|
public enum ReceiverSynchronization |
Visual Basic (Declaration) |
---|
Public Enumeration ReceiverSynchronization |
Visual C++ |
---|
public enum class ReceiverSynchronization |
Members
Member name | Description | |
---|---|---|
None |
No synchronization, each receiver treat event as soon as possible.
| |
Sequential |
Each receiver receive event, one after the other in order of configuration.
| |
ConditionalSequence |
Each receiver receive event, one after the other in order of configuration, each receiver can stop the sequence.
|