C# Client 0.0.0.7
C# Library to interface with Corelink
|
Contains all the necessary parameters for sender streams except IP and port. Inherits from StreamParams. More...
Inherits CoreLink.StreamParams.
Public Member Functions | |
SenderStreamParams (string workspace, string type) | |
SenderStreamParams (string workspace, string type, string proto) | |
SenderStreamParams (string workspace, string type, string proto, JSONNode metadata, bool alert, string senderID, string from) | |
override JSONNode | toJSON () |
Parse to server function. IP, port, and token gets filled in by CoreLink.Control. | |
Public Member Functions inherited from CoreLink.StreamParams | |
StreamParams (string workspace, string type) | |
StreamParams (string workspace, string type, string proto) | |
StreamParams (string workspace, string type, string proto, JSONNode metadata, bool alert) | |
Public Attributes | |
string | senderID |
string | from |
Public Attributes inherited from CoreLink.StreamParams | |
string | workspace |
string | proto |
int | port |
string | type |
bool | alert |
JSONNode | metadata |
uint | streamID |
Contains all the necessary parameters for sender streams except IP and port. Inherits from StreamParams.
Definition at line 8 of file SenderStreamParams.cs.
CoreLink.SenderStreamParams.SenderStreamParams | ( | string | workspace, |
string | type ) |
Definition at line 14 of file SenderStreamParams.cs.
CoreLink.SenderStreamParams.SenderStreamParams | ( | string | workspace, |
string | type, | ||
string | proto ) |
Definition at line 15 of file SenderStreamParams.cs.
CoreLink.SenderStreamParams.SenderStreamParams | ( | string | workspace, |
string | type, | ||
string | proto, | ||
JSONNode | metadata, | ||
bool | alert, | ||
string | senderID, | ||
string | from ) |
Definition at line 17 of file SenderStreamParams.cs.
|
virtual |
Parse to server function. IP, port, and token gets filled in by CoreLink.Control.
Reimplemented from CoreLink.StreamParams.
Definition at line 26 of file SenderStreamParams.cs.
string CoreLink.SenderStreamParams.from |
Definition at line 11 of file SenderStreamParams.cs.
string CoreLink.SenderStreamParams.senderID |
Definition at line 10 of file SenderStreamParams.cs.