C# Client 0.0.0.7
C# Library to interface with Corelink
Loading...
Searching...
No Matches
UtilityStructs.cs File Reference

Go to the source code of this file.

Classes

class  CoreLink.Config
 The Config class is filled once at the beginning of the unity session and contains important server information. More...
 
class  CoreLink.Credentials
 Contains user information to authenticate with Corelink. The username and password are sent to the server and authenticated, and then the server returns a token which must be used throughout the app's life to authenticate every function request. More...
 
class  CoreLink.StreamFilter
 When creating a receiver stream, the request must query what workspace and type of stream to receive from. This class is a wrapper to create a filter to create receiver streams. At least 1 workspace and 1 type are required. Streamids can be left blank. More...
 
class  CoreLink.UDPHeader
 Header for a UDP packet to Corelink. Contains the streamID and timestamp in milliseconds since the Unix Epoch. More...
 
class  CoreLink.UdpState
 Utility class for asynchronous data receiving. More...
 

Namespaces

namespace  CoreLink