diaGlobWrapper Help
Returns the SCbus network interface type. Possible values can be CT_IPT, CT_NTANALOG, CT_NTT1, CT_NTE1, CT_NTMSI, CT_NTHIZ, CT_NTTXZSWITCHABLE or CT_NTNONE

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

Syntax

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

See Also