DtmfTone Struct

Definition

List of valid stop tones.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.DtmfTone>))]
public readonly struct DtmfTone : IEquatable<Azure.Communication.CallAutomation.DtmfTone>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.DtmfTone>))>]
type DtmfTone = struct
Public Structure DtmfTone
Implements IEquatable(Of DtmfTone)
Inheritance
DtmfTone
Attributes
Implements

Constructors

Name Description
DtmfTone(String)

Initializes a new instance of DtmfTone.

Properties

Name Description
A

a.

Asterisk

asterisk.

B

b.

C

c.

D

d.

Eight

eight.

Five

five.

Four

four.

Nine

nine.

One

one.

Pound

pound.

Seven

seven.

Six

six.

Three

three.

Two

two.

Zero

zero.

Methods

Name Description
Equals(DtmfTone)

Indicates whether the current object is equal to another object of the same type.

ToChar()

The Dtmf Tone in character format.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DtmfTone, DtmfTone)

Determines if two DtmfTone values are the same.

Implicit(String to DtmfTone)

Converts a String to a DtmfTone.

Inequality(DtmfTone, DtmfTone)

Determines if two DtmfTone values are not the same.

Applies to