Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/276.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 将cellular emulator与真正的WinMo设备一起使用?_C#_Windows Mobile_Sms_Message_Interceptor - Fatal编程技术网

C# 将cellular emulator与真正的WinMo设备一起使用?

C# 将cellular emulator与真正的WinMo设备一起使用?,c#,windows-mobile,sms,message,interceptor,C#,Windows Mobile,Sms,Message,Interceptor,我甚至不知道这是否可能,这就是我问这个问题的原因:) 是否有可能在真正的物理设备上利用Cellular Emulator的功能??) 所以,当我在我的设备上测试它时,我真的不必发送真正的短信来测试我的MessageInterceptor 另一方面,为什么MessageInterceptor在多次截获消息后失败??:( 提前很多时间:)不,这是不可能的。但您可以在应用程序中设置一个标志(或者找到其他方法动态确定您是否在真正的设备上)。根据其值,执行发送sms消息的块

我甚至不知道这是否可能,这就是我问这个问题的原因:) 是否有可能在真正的物理设备上利用Cellular Emulator的功能??) 所以,当我在我的设备上测试它时,我真的不必发送真正的短信来测试我的MessageInterceptor

另一方面,为什么MessageInterceptor在多次截获消息后失败??:(


提前很多时间:)

不,这是不可能的。但您可以在应用程序中设置一个标志(或者找到其他方法动态确定您是否在真正的设备上)。根据其值,执行发送sms消息的块