Whisperstream Research Group - SerialComm GSM SDK Documentation

IMessageProcessor.ProcessMessageCode Method 

Called when an incoming message matches the MessageCode property signature. The implementation of this method process the message in anyway it chooses

void ProcessMessageCode(
   SMSMessage smsMessage
);

Parameters

smsMessage
the sms message to be processed

See Also

IMessageProcessor Interface | Whisperstream.SMSProcessor.Interfaces Namespace