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

Parent class of Receiver/SenderStreamParams with shared information. More...

Inherited by CoreLink.ReceiverStreamParams, and CoreLink.SenderStreamParams.

Public Member Functions

 StreamParams (string workspace, string type)
 
 StreamParams (string workspace, string type, string proto)
 
 StreamParams (string workspace, string type, string proto, JSONNode metadata, bool alert)
 
virtual JSONNode toJSON ()
 

Public Attributes

string workspace
 
string proto
 
int port
 
string type
 
bool alert
 
JSONNode metadata
 
uint streamID
 

Detailed Description

Parent class of Receiver/SenderStreamParams with shared information.

Definition at line 19 of file StreamParams.cs.

Constructor & Destructor Documentation

◆ StreamParams() [1/3]

CoreLink.StreamParams.StreamParams ( string workspace,
string type )

Definition at line 33 of file StreamParams.cs.

◆ StreamParams() [2/3]

CoreLink.StreamParams.StreamParams ( string workspace,
string type,
string proto )

Definition at line 34 of file StreamParams.cs.

◆ StreamParams() [3/3]

CoreLink.StreamParams.StreamParams ( string workspace,
string type,
string proto,
JSONNode metadata,
bool alert )

Definition at line 36 of file StreamParams.cs.

Member Function Documentation

◆ toJSON()

virtual JSONNode CoreLink.StreamParams.toJSON ( )
virtual

Reimplemented in CoreLink.ReceiverStreamParams, and CoreLink.SenderStreamParams.

Definition at line 46 of file StreamParams.cs.

Member Data Documentation

◆ alert

bool CoreLink.StreamParams.alert

Definition at line 26 of file StreamParams.cs.

◆ metadata

JSONNode CoreLink.StreamParams.metadata

Definition at line 27 of file StreamParams.cs.

◆ port

int CoreLink.StreamParams.port

Definition at line 24 of file StreamParams.cs.

◆ proto

string CoreLink.StreamParams.proto

Definition at line 23 of file StreamParams.cs.

◆ streamID

uint CoreLink.StreamParams.streamID

Definition at line 32 of file StreamParams.cs.

◆ type

string CoreLink.StreamParams.type

Definition at line 25 of file StreamParams.cs.

◆ workspace

string CoreLink.StreamParams.workspace

Definition at line 22 of file StreamParams.cs.


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