예제 #1
0
 def ToneA(self):
     encoderDTMF.makeTone("A")
예제 #2
0
 def ToneH(self):
     encoderDTMF.makeTone("H")
예제 #3
0
 def Tone9(self):
     encoderDTMF.makeTone(9)
예제 #4
0
 def Tone0(self):
     encoderDTMF.makeTone(0)
예제 #5
0
 def Tone7(self):
     encoderDTMF.makeTone(7)
예제 #6
0
 def Tone8(self):
     encoderDTMF.makeTone(8)
예제 #7
0
 def Tone6(self):
     encoderDTMF.makeTone(6)
예제 #8
0
 def Tone5(self):
     encoderDTMF.makeTone(4)
예제 #9
0
 def Tone4(self):
     encoderDTMF.makeTone(3)
예제 #10
0
 def Tone2(self):
     encoderDTMF.makeTone(2)
예제 #11
0
 def Tone1(self):
     encoderDTMF.makeTone(1)