Ozeki VoIP SDK Class library
DeviceInfo Constructor (type, deviceID, productName)
NamespacesOzeki.Media.AudioDeviceInfoDeviceInfo(DeviceType, String, String)
Initializes a new instance of the DeviceInfo class.
Declaration Syntax
C#Visual BasicVisual C++
public DeviceInfo(
	DeviceType type,
	string deviceID,
	string productName
)
Public Sub New ( 
	type As DeviceType,
	deviceID As String,
	productName As String
)
public:
DeviceInfo(
	DeviceType type, 
	String^ deviceID, 
	String^ productName
)
Parameters
type (DeviceType)
deviceID (String)
productName (String)

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