Interface INetworkInterface
Interface for implementing a low-level networking interface see Baselib
Inherited Members
Namespace: Unity.Networking.Transport
Assembly: solution.dll
Syntax
public interface 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 the interface end point using the specified address |
Create |
Creates the send interface |
Get |
Gets the generic end point using the specified endpoint |
Initialize(Network |
Initializes the interfacing 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 |