Skip to content

Commit

Permalink
hoijui#50 expose new variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoav Luft committed Aug 3, 2020
1 parent de58c29 commit fc9b88d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ public static class OSCPortInSource {
OSCPortInSource(OSCPortIn port, DatagramChannel channel) throws IOException {
this(port, channel.getRemoteAddress());
}

public OSCPortIn getPort() {
return port;
}

public SocketAddress getSender() {
return sender;
}
}

public static OSCPacketDispatcher getDispatcher(
Expand Down

0 comments on commit fc9b88d

Please sign in to comment.