Whisperstream Research Group - SerialComm GSM SDK Documentation

IMessageProcessor Members

IMessageProcessor overview

Public Instance Properties

Author Gets the author of the IMessageProcessor implementation
MessageCode Gets the message code signature, this signature will be changed to upper case. This code will be used to determine if an incoming message will be processed by the library that matches this code
MessageCodeSyntax Gets a string giving the usage text for the implementing library eg: "MYIP: [password]"
Version Gets the version of the message Processor

Public Instance Methods

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

See Also

IMessageProcessor Interface | Whisperstream.SMSProcessor.Interfaces Namespace