-
Notifications
You must be signed in to change notification settings - Fork 2
GateBase Class
sequenze edited this page Jun 19, 2017
·
3 revisions
Provides basic functionality for defining the typical behavior of a Gate. This is an abstract class.
Object
public abstract class GateBase : IGate
Name | Description |
---|---|
GateBase(IEncoder,ConnectionString) | Initializes a new instances of the GateBase class. |
Name | Description |
---|---|
Start(Action<IConnectionMode>) | Starts the process controlling the gate. If a connection is received the passed callback function is executed. |
Stop() | Stops the gate from reacting on incoming connections. |
GetMode(ConnectionMode,IProtocol) | Factorymethod returning a connectionmode object based on the specified parameters. |
IGate, IEncoder, ConnectionString, IConnectionMode, ConnectionMode, IProtocol