C# Client  0.0.0.7
C# Library to interface with Corelink
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)
 
abstract void sendMessage (string request)
 
abstract 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()

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: