Delegate CommandHandler
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public delegate void CommandHandler(SocketEndpoint endpoint, string command, BinaryReader reader, int remainingDataSize);
Parameters
| Type | Name | Description |
|---|---|---|
| SocketEndpoint | endpoint | |
| String | command | |
| BinaryReader | reader | |
| Int32 | remainingDataSize |