diaGlobWrapper Help
Returns the SCbus architecture used on the board. Possible values can be TDM, H.100 or H.110

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

Syntax

C#
public string BusArchitecture { get; }
Visual Basic (Declaration)
Public ReadOnly Property BusArchitecture As String
Visual C++
public:
property String^ BusArchitecture {
	String^ get ();
}

See Also