Skip to content

Commit

Permalink
EtherNetIP connection accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-bru committed Jan 20, 2021
1 parent 8f50bc2 commit be1d123
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/etherip/EtherNetIP.java
Original file line number Diff line number Diff line change
Expand Up @@ -634,4 +634,8 @@ public String toString()
.append("\n");
return buf.toString();
}

public Connection getConnection() {
return this.connection;
}
}

0 comments on commit be1d123

Please sign in to comment.