diaGlobWrapper Help
The enumerated constant to specify the SCbus timeslot connection type during an SCbusConnect() or SCbusRelease() operation.

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public enum ScBusConnectionType
Visual Basic (Declaration)
Public Enumeration ScBusConnectionType
Visual C++
public enum class ScBusConnectionType

Members

Member nameDescription
HalfDuplex
Connection is to be established in half-duplex.
FullDuplex
Connection is to be established in full-duplex.

See Also