diaGlobWrapper Help
Returns the SCbus encoding used on the board. Possible values can be mu-law, A-law, linear or none

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

Syntax

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

See Also