Add up, isUp, and down methods to PackageInterface

This commit is contained in:
2021-10-24 15:48:05 -05:00
parent 3d1d997f43
commit eea534a2e6
2 changed files with 53 additions and 2 deletions

View File

@@ -37,3 +37,6 @@ modifications made are documented below:
method on PackageInterface.
- Modified UDPServer class to expose a stop() method
- Added up(), isUp(), and down() methods to PackageInterface to allow
for starting, checking, and stopping the radius server from code