Trouble getting Sms MessageRecieve to work

fdx12345

Active Member
Licensed User
Longtime User
I have sucessfully handled the transmit sms portion and now working on waiting for a SMS response. Using the Phone library (which has been selected), I wish to use the SmsInterceptor which requires Initialize or Initialize2 to be run first. I have tried to run the initialize methods but get "Undeclared Variable" Initialize2. Initialize2 is not a variable but a member of the SmsInterceptor group in the phone library. Any help would be appreciated.

Bill
 
Top