Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. and Motorola, Inc. All rights reserved.

MID Profile

Uses of Interface
javax.microedition.io.Datagram

Packages that use Datagram
javax.microedition.io Classes for the Generic Connection framework. 
 

Uses of Datagram in javax.microedition.io
 

Methods in javax.microedition.io that return Datagram
 Datagram DatagramConnection.newDatagram(int size)
          Create a new datagram object.
 Datagram DatagramConnection.newDatagram(int size, String addr)
          Create a new datagram object.
 Datagram DatagramConnection.newDatagram(byte[] buf, int size)
          Create a new datagram object.
 Datagram DatagramConnection.newDatagram(byte[] buf, int size, String addr)
          Make a new datagram object.
 

Methods in javax.microedition.io with parameters of type Datagram
 void DatagramConnection.send(Datagram dgram)
          Send a datagram.
 void DatagramConnection.receive(Datagram dgram)
          Receive a datagram.
 void Datagram.setAddress(Datagram reference)
          Set datagram address, copying the address from another datagram.
 


MID Profile

Copyright © 2006 Sun Microsystems, Inc. and Motorola, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 118 specification.