|
C# Client
0.0.0.7
C# Library to interface with Corelink
|
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 |
Parent class of Receiver/SenderStreamParams with shared information
Definition at line 19 of file StreamParams.cs.
| CoreLink.StreamParams.StreamParams | ( | string | workspace, |
| string | type | ||
| ) |
Definition at line 33 of file StreamParams.cs.
| CoreLink.StreamParams.StreamParams | ( | string | workspace, |
| string | type, | ||
| string | proto | ||
| ) |
Definition at line 34 of file StreamParams.cs.
| CoreLink.StreamParams.StreamParams | ( | string | workspace, |
| string | type, | ||
| string | proto, | ||
| JSONNode | metadata, | ||
| bool | alert | ||
| ) |
Definition at line 36 of file StreamParams.cs.
|
virtual |
Reimplemented in CoreLink.ReceiverStreamParams, and CoreLink.SenderStreamParams.
Definition at line 46 of file StreamParams.cs.
| bool CoreLink.StreamParams.alert |
Definition at line 26 of file StreamParams.cs.
| JSONNode CoreLink.StreamParams.metadata |
Definition at line 27 of file StreamParams.cs.
| int CoreLink.StreamParams.port |
Definition at line 24 of file StreamParams.cs.
| string CoreLink.StreamParams.proto |
Definition at line 23 of file StreamParams.cs.
| uint CoreLink.StreamParams.streamID |
Definition at line 32 of file StreamParams.cs.
| string CoreLink.StreamParams.type |
Definition at line 25 of file StreamParams.cs.
| string CoreLink.StreamParams.workspace |
Definition at line 22 of file StreamParams.cs.