0

How can I send an “invisible” SMS via a GSM modem using the C# (the recipient won’t see it, but I will know the status of receipt) to find out if the phone is on or not - “Ping-SMS”

Reza Paidar
  • 863
  • 4
  • 21
  • 51
MIX TV
  • 11
  • 2

1 Answers1

0

You must set PS_MESSAGE_CLASS0 value as CLASS parameter provided in a call to SmsSendMessage.

Marvin
  • 598
  • 5
  • 14