目前正在编辑一个使用UDP存储加速计数据的iPhone应用程序(见下文)。是否有办法发出信号,即使用“TGSineWaveToneGenerator.h”发出蜂鸣声,表示UDP实际成功的时间?
[udpSocket sendData:[[NSString stringWithFormat:@"%f",[[tmp get_p] doubleValue]] dataUsingEncoding:NSUTF8StringEncoding] toHost:@"192.168.0.7" port:1234 withTimeout:-1 tag:1];