Input

Metreos.Types.CiscoIpPhone.Input

Summary

The Input type stores the XML data for a Cisco IP Phone Input XML object.

Usage

Input is initialized with the CreateInput action. One can then use AddInputItem to add user-accessible prompts to the Input type, as well as use AddSoftKeyItem to add softkeys to the Input variable.

Remarks

None.

Parseable Inputs
.NET TypeDescription
StringNot supported.
CiscoIPPhoneSoftKeyTypeA soft key to add to this input field
CiscoIPPhoneInputItemTypeAn item to add to this input field
CiscoIPPhoneInputTypeInitial input field data
Accessible Public Methods
Method NameDescription
ResetClears the variable to an uninitialized state.

No Public Properties