C# Client 0.0.0.7
C# Library to interface with Corelink
Loading...
Searching...
No Matches
CoreLink.ControlStream Class Referenceabstract

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.

Public Member Functions

virtual void onUpdate (string msg)
 
virtual void onSubscriber (string msg)
 
virtual void onStale (string msg)
 
virtual void onDropped (string msg)
 
void sendMessage (string request)
 
void stopConnection ()
 

Detailed Description

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.

Member Function Documentation

◆ onDropped()

virtual void CoreLink.ControlStream.onDropped ( string msg)
virtual

Definition at line 26 of file ControlStream.cs.

◆ onStale()

virtual void CoreLink.ControlStream.onStale ( string msg)
virtual

Definition at line 22 of file ControlStream.cs.

◆ onSubscriber()

virtual void CoreLink.ControlStream.onSubscriber ( string msg)
virtual

Definition at line 18 of file ControlStream.cs.

◆ onUpdate()

virtual void CoreLink.ControlStream.onUpdate ( string msg)
virtual

Definition at line 14 of file ControlStream.cs.

◆ sendMessage()

void CoreLink.ControlStream.sendMessage ( string request)
abstract

◆ stopConnection()

void CoreLink.ControlStream.stopConnection ( )
abstract

The documentation for this class was generated from the following file: