Delegate NativeTransport.ReceiveOne
public delegate int NativeTransport.ReceiveOne(byte* buffer, int capacity, byte* fromAddress, int fromAddressLength, byte* isIPv6, ushort* port)
Parameters
Returns
Constructors
ReceiveOne(object, IntPtr)
public ReceiveOne(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(byte*, int, byte*, int, byte*, ushort*, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(byte* buffer, int capacity, byte* fromAddress, int fromAddressLength, byte* isIPv6, ushort* port, AsyncCallback callback, object @object)
Parameters
buffer
byte*capacity
intfromAddress
byte*fromAddressLength
intisIPv6
byte*port
ushort*callback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual int EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke(byte*, int, byte*, int, byte*, ushort*)
public virtual int Invoke(byte* buffer, int capacity, byte* fromAddress, int fromAddressLength, byte* isIPv6, ushort* port)