Ozeki VoIP SDK Class library
DialInfo Constructor (displayName, userName, address, addrSpecType)
NamespacesOzeki.VoIPDialInfoDialInfo(String, String, String, AddrSpecType)
Initializes a new instance of DialInfo
Declaration Syntax
C#Visual BasicVisual C++
public DialInfo(
	string displayName,
	string userName,
	string address,
	AddrSpecType addrSpecType
)
Public Sub New ( 
	displayName As String,
	userName As String,
	address As String,
	addrSpecType As AddrSpecType
)
public:
DialInfo(
	String^ displayName, 
	String^ userName, 
	String^ address, 
	AddrSpecType addrSpecType
)
Parameters
displayName (String)
The displayed name of the peer
userName (String)
The user name of the peer
address (String)
The address of the PBX the peer has registered to
addrSpecType (AddrSpecType)
The specification type of the address

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