Class TCPConnectionManagerTest
Helper class for testing socketer TCPConnectionManager
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public class TCPConnectionManagerTest : MonoBehaviour
Fields
connectionManager
TCPConnectionManager to use for networking
Declaration
protected TCPConnectionManager connectionManager
Field Value
Type | Description |
---|---|
TCPConnectionManager |
runAsServer
Check to run as the server
Declaration
protected bool runAsServer
Field Value
Type | Description |
---|---|
Boolean |
timeBetweenBroadcasts
Time between broadcasts
Declaration
protected float timeBetweenBroadcasts
Field Value
Type | Description |
---|---|
Single |