Ozeki VoIP SDK Class library
DeviceInfo Constructor (type, deviceID, productName, manufacturer, productID, driverVersion, isDefault)
NamespacesOzeki.Media.AudioDeviceInfoDeviceInfo(DeviceType, String, String, String, Int16, Int32, Boolean)
Initializes a new instance of the DeviceInfo class.
Declaration Syntax
C#Visual BasicVisual C++
public DeviceInfo(
	DeviceType type,
	string deviceID,
	string productName,
	string manufacturer,
	short productID,
	int driverVersion,
	bool isDefault
)
Public Sub New ( 
	type As DeviceType,
	deviceID As String,
	productName As String,
	manufacturer As String,
	productID As Short,
	driverVersion As Integer,
	isDefault As Boolean
)
public:
DeviceInfo(
	DeviceType type, 
	String^ deviceID, 
	String^ productName, 
	String^ manufacturer, 
	short productID, 
	int driverVersion, 
	bool isDefault
)
Parameters
type (DeviceType)
deviceID (String)
productName (String)
manufacturer (String)
productID (Int16)
driverVersion (Int32)
isDefault (Boolean)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290