Struct IPCSocket
Syntax
public struct IPCSocket : INetworkInterface, IDisposable
Properties
Family
Declaration
public NetworkFamily Family { get; }
Property Value
Implements
LocalEndPoint
Declaration
public NetworkEndPoint LocalEndPoint { get; }
Property Value
Implements
RemoteEndPoint
Declaration
public NetworkEndPoint RemoteEndPoint { get; }
Property Value
Implements
Methods
Bind(NetworkEndPoint)
Declaration
public int Bind(NetworkEndPoint endpoint)
Parameters
Returns
Implements
Dispose()
Declaration
Initialize()
Declaration
Implements
ScheduleReceive<T>(T, JobHandle)
Declaration
public JobHandle ScheduleReceive<T>(T receiver, JobHandle dep)
where T : struct, INetworkPacketReceiver
Parameters
Type |
Name |
Description |
T |
receiver |
|
JobHandle |
dep |
|
Returns
Type |
Description |
JobHandle |
|
Type Parameters
Implements
SendMessage(network_iovec*, Int32, ref NetworkEndPoint)
Declaration
public int SendMessage(network_iovec*iov, int iov_len, ref NetworkEndPoint address)
Parameters
Returns
Implements