Package heronarts.lx.output
Interface LXOutput.InetOutput
- All Known Subinterfaces:
OPCOutput
- All Known Implementing Classes:
ArtNetDatagram
,ArtSyncDatagram
,DDPDatagram
,DDPOutputGroup
,FadecandySocket
,KinetDatagram
,LXDatagram
,LXSocket
,OPCDatagram
,OPCSocket
,StreamingACNDatagram
- Enclosing class:
- LXOutput
public static interface LXOutput.InetOutput
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getPort()
setAddress
(InetAddress address) setPort
(int port)
-
Field Details
-
NO_PORT
static final int NO_PORT- See Also:
-
-
Method Details
-
setAddress
-
getAddress
InetAddress getAddress() -
setPort
-
getPort
int getPort()
-