| DiaGlobWrapperCommonScBusConnectionType Enumeration |
diaGlobWrapper Help
The enumerated constant to specify the SCbus timeslot connection type during an SCbusConnect() or SCbusRelease() operation.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic enum ScBusConnectionType
Public Enumeration ScBusConnectionType
public enum class ScBusConnectionType
Members|
| Member name | Value | Description |
|---|
| FullDuplex | 0 | Connection is to be established in full-duplex. |
| HalfDuplex | 1 | Connection is to be established in half-duplex. |
See Also