Reference Library
Phone..::.PhoneLampModeItem Constructor (LampId, mode, BtnId, color)
NamespacesAvaya.ApplicationEnablement.DMCCPhone..::.PhoneLampModeItemPhone..::.PhoneLampModeItem(String, String, String, String)
Copnstructor which saves all the lamp information.
Declaration Syntax
C#Visual BasicVisual C++
public PhoneLampModeItem(
	string LampId,
	string mode,
	string BtnId,
	string color
)
Public Sub New ( _
	LampId As String, _
	mode As String, _
	BtnId As String, _
	color As String _
)
public:
PhoneLampModeItem(
	String^ LampId, 
	String^ mode, 
	String^ BtnId, 
	String^ color
)
Parameters
LampId (String)
The lamp id which is the same number as the button that is associate with the lamp.
mode (String)
The mode that the lamp is in.
BtnId (String)
The button number that is associated with the lamp. This should always be the same as the LampId.
color (String)
The color of the lamp.

Assembly: ServiceProvider (Module: ServiceProvider)