"

2013 FRC Java API

"

javax.microedition.io
Interface MulticastDatagram

All Superinterfaces:
Datagram, DataInput, DataOutput

public interface MulticastDatagram
extends Datagram

Since:
Java Card 3.next

Method Summary
 String getSourceAddress()
           
 int getSourcePort()
           
 
Methods inherited from interface javax.microedition.io.Datagram
getAddress, getData, getLength, getOffset, reset, setAddress, setAddress, setData, setLength
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 

Method Detail

getSourceAddress

String getSourceAddress()

getSourcePort

int getSourcePort()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"