Abstract class for a control stream that contains the function prototypes for the server callback functions. Inherited by CorelinkTCP and CorelinkWebSocket. CorelinkWebSocket must have a child class called ControlCallBacks that can override these server callback functions
More...
Inherited by CoreLink.CorelinkTCP, and CoreLink.CorelinkWebSocket.
Abstract class for a control stream that contains the function prototypes for the server callback functions. Inherited by CorelinkTCP and CorelinkWebSocket. CorelinkWebSocket must have a child class called ControlCallBacks that can override these server callback functions
Definition at line 12 of file ControlStream.cs.
◆ onDropped()
virtual void CoreLink.ControlStream.onDropped |
( |
string |
msg | ) |
|
|
virtual |
◆ onStale()
virtual void CoreLink.ControlStream.onStale |
( |
string |
msg | ) |
|
|
virtual |
◆ onSubscriber()
virtual void CoreLink.ControlStream.onSubscriber |
( |
string |
msg | ) |
|
|
virtual |
◆ onUpdate()
virtual void CoreLink.ControlStream.onUpdate |
( |
string |
msg | ) |
|
|
virtual |
◆ sendMessage()
abstract void CoreLink.ControlStream.sendMessage |
( |
string |
request | ) |
|
|
pure virtual |
◆ stopConnection()
abstract void CoreLink.ControlStream.stopConnection |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: