Click or drag to resize

AddressDigit Enumeration

Address digits for dialing in the off-hook state.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum AddressDigit
Members
  Member nameValueDescription
Zero0 Represents numeric 0.
One1 Represents numeric 1.
Two2 Represents numeric 2.
Three3 Represents numeric 3.
Four4 Represents numeric 4.
Five5 Represents numeric 5.
Six6 Represents numeric 6.
Seven7 Represents numeric 7.
Eight8 Represents numeric 8.
Nine9 Represents numeric 9.
Star10 Represents speacial character *.
Pound11 Represents special character #.
Plus12 Represents special character +.
See Also