Os.Recvfrom Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Recvfrom(FileDescriptor, ByteBuffer, Int32, InetSocketAddress) |
See recvfrom(2). |
Recvfrom(FileDescriptor, Byte[], Int32, Int32, Int32, InetSocketAddress) |
See recvfrom(2). |
Recvfrom(FileDescriptor, ByteBuffer, Int32, InetSocketAddress)
See recvfrom(2).
[Android.Runtime.Register("recvfrom", "(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;ILjava/net/InetSocketAddress;)I", "")]
public static int Recvfrom (Java.IO.FileDescriptor? fd, Java.Nio.ByteBuffer? buffer, int flags, Java.Net.InetSocketAddress? srcAddress);
[<Android.Runtime.Register("recvfrom", "(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;ILjava/net/InetSocketAddress;)I", "")>]
static member Recvfrom : Java.IO.FileDescriptor * Java.Nio.ByteBuffer * int * Java.Net.InetSocketAddress -> int
Parameters
- buffer
- ByteBuffer
- flags
- Int32
- srcAddress
- InetSocketAddress
Returns
- Attributes
Exceptions
Remarks
See recvfrom(2).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Recvfrom(FileDescriptor, Byte[], Int32, Int32, Int32, InetSocketAddress)
See recvfrom(2).
[Android.Runtime.Register("recvfrom", "(Ljava/io/FileDescriptor;[BIIILjava/net/InetSocketAddress;)I", "")]
public static int Recvfrom (Java.IO.FileDescriptor? fd, byte[]? bytes, int byteOffset, int byteCount, int flags, Java.Net.InetSocketAddress? srcAddress);
[<Android.Runtime.Register("recvfrom", "(Ljava/io/FileDescriptor;[BIIILjava/net/InetSocketAddress;)I", "")>]
static member Recvfrom : Java.IO.FileDescriptor * byte[] * int * int * int * Java.Net.InetSocketAddress -> int
Parameters
- bytes
- Byte[]
- byteOffset
- Int32
- byteCount
- Int32
- flags
- Int32
- srcAddress
- InetSocketAddress
Returns
- Attributes
Exceptions
Remarks
See recvfrom(2).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.