Reference Library
GetLampMode Method (buttonNumber, userState)
NamespacesAvaya.ApplicationEnablement.DMCCPhoneGetLampMode(Phone..::.ButtonIDConstants, Object)
Send a Get Lamp Mode XML message to the server.
Declaration Syntax
C#Visual BasicVisual C++
public int GetLampMode(
	Phone..::.ButtonIDConstants buttonNumber,
	Object userState
)
Public Function GetLampMode ( _
	buttonNumber As Phone..::.ButtonIDConstants, _
	userState As Object _
) As Integer
public:
virtual int GetLampMode(
	Phone..::.ButtonIDConstants buttonNumber, 
	Object^ userState
) sealed
Parameters
buttonNumber (Phone..::.ButtonIDConstants)
The button number
userState (Object)
Any object the application would like returned with the response.
Return Value
The Invoke ID of the XML message sent to the server.

Assembly: ServiceProvider (Module: ServiceProvider)