public abstract class UdpDevice extends UDPSimplePacketComs implements Device
PACKET_SIZE| Constructor and Description |
|---|
UdpDevice(java.net.InetAddress add) |
UdpDevice(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.net.InetAddress |
getAddress() |
java.lang.String |
getName() |
void |
updateName() |
connectDeviceImp, disconnectDeviceImp, getAddrs, getAllAddresses, getAllAddresses, getByName, read, setName, writeaddEvent, addPollingPacket, addTimeout, connect, disconnect, getIDs, getPacket, isTimedOut, isVirtual, readBytes, readBytes, readFloats, readFloats, removeAllEvents, removeAllTimeouts, removeEvent, removeTimeout, setReadTimeout, setVirtual, writeBytes, writeBytes, writeBytes, writeFloats, writeFloats, writeFloatsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconnect, disconnectpublic UdpDevice(java.lang.String name)
throws java.lang.Exception
java.lang.Exceptionpublic UdpDevice(java.net.InetAddress add)
throws java.lang.Exception
java.lang.Exceptionpublic void updateName()
public java.net.InetAddress getAddress()
public java.lang.String getName()
getName in interface DevicegetName in class UDPSimplePacketComs