public class RegisteredNozzle extends Object
| Constructor and Description |
|---|
RegisteredNozzle(String NozzleID,
Socket ClientSocket)
Instantiates a new registered nozzle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dispose()
Disposes the instance, sets that the nozzle is not connected and closes the client socket if
the client was connected through a socket
|
Socket |
GetClientSock()
Gets the client sock.
|
Boolean |
GetIsConnected()
Gets whether the nozzle is still connected
|
String |
GetNozzleID()
Gets the nozzle id.
|
public String GetNozzleID()
public Socket GetClientSock()
public Boolean GetIsConnected()
public void Dispose()
Copyright © 2018. All Rights Reserved.