TCPCommunicationLayer Class
Definition
In-Built TCP layer that uses VoltRpc's VoltRpc.Communication.TCP.TCPClient and VoltRpc.Communication.TCP.TCPHost
[UnityEngine.CreateAssetMenu(fileName="TCP Communication Layer", menuName="UWB/TCP Communication Layer")]
public sealed class TCPCommunicationLayer : VoltstroStudios.UnityWebBrowser.Communication.CommunicationLayer
- Inheritance
- Attributes
- UnityEngine.CreateAssetMenuAttribute
Constructors
TCPCommunicationLayer() |
Fields
connectionTimeout | Timeout time for connection (Inherited from CommunicationLayer) |
inPort | The in port to communicate on |
outPort | The out port to communicate on |
Methods
CreateClient() | |
CreateHost() | |
GetIpcSettings(Object, Object, String) |