Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
malatorr
Posts: 20
Registered: ‎09-24-2009

Re: Problem sending udp datagram

hi, do you know whats the difference between udp:// and datagram://

?

 

thanks 

Please use plain text.
Developer
jllarraz
Posts: 69
Registered: ‎08-13-2008

Re: Problem sending udp datagram

Sorry, but i dont know the difference

Please use plain text.
New Developer
bqh79
Posts: 1
Registered: ‎11-05-2009

Re: Problem sending udp datagram

In case your problem hasn't been solved.

 

Try using this format for datagram.setAddress()

 

"//" + IP ":" + port + "/"

 

 

Please use plain text.