Hi,

I would just like to ask if the callback notification of binary
messages is the same as the callback in the readmessages example?

public class InboundNotification implements
IInboundMessageNotification {
                public void process(String gatewayId, MessageTypes msgType,
InboundMessage msg) {
                   if(msgType==MessageTypes.INBOUND) {
                       System.out.println(msg);
                   }
                }
}

And does smslib read messages from the inbox only?

I have a j2me app which sends a binary sms which is configured with a
port number(since the messageconnection needs to accept msgs from a
port, the message it sends through the messageconnection is also
bundled with a port number)...

 I think the message doesn't go into the inbox so smslib can't read it
(?)....

btw i'm new to binary messages so I don't really know if it really
goes in the inbox or stored somewhere in the phone....

does smslib read all SMS on the phone?

Please enlighten me on this.

Thanks.

~mel

--

You received this message because you are subscribed to the Google Groups 
"SMSLib for Java User Group" group.
To post to this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/smslib?hl=.


Reply via email to