Struct IPCNetworkInterface
The ipc network interface
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
[BurstCompile]
public struct IPCNetworkInterface : INetworkInterface, IDisposable
Properties
Name | Description |
---|---|
Local |
Gets the value of the local end point |
Methods
Name | Description |
---|---|
Bind(Network |
Binds the medium to a specific endpoint. |
Create |
Creates an interface end point. Only available for loopback addresses. |
Create |
Creates the send interface |
Dispose() | Cleans up both the local end point and the IPCManager instance. |
Get |
Retrieves an already created endpoint with port or creates one. |
Initialize(Network |
Initializes the interface passing in optional INetwork |
Listen() | Start listening for incoming connections. This is normally a no-op for real UDP sockets. |
Schedule |
Schedule a ReceiveJob. This is used to read data from your supported medium and pass it to the AppendData function
supplied by Network |
Schedule |
Schedule a SendJob. This is used to flush send queues to your supported medium |