diaGlobWrapper Help
Returns the SCbus board family. Possible values can be CT_NETSTRUCTIP, CT_DFD41D, CT_DFD41E, CT_DFSPAN, CT_DFMSI or CT_DFSCX

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

Syntax

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

See Also