Os.Recvfrom Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Recvfrom(FileDescriptor, ByteBuffer, Int32, InetSocketAddress) |
Ver recvfrom(2). |
Recvfrom(FileDescriptor, Byte[], Int32, Int32, Int32, InetSocketAddress) |
Ver recvfrom(2). |
Recvfrom(FileDescriptor, ByteBuffer, Int32, InetSocketAddress)
Ver 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
Parâmetros
- buffer
- ByteBuffer
- flags
- Int32
- srcAddress
- InetSocketAddress
Retornos
- Atributos
Exceções
Comentários
Ver recvfrom(2).
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
Recvfrom(FileDescriptor, Byte[], Int32, Int32, Int32, InetSocketAddress)
Ver 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
Parâmetros
- bytes
- Byte[]
- byteOffset
- Int32
- byteCount
- Int32
- flags
- Int32
- srcAddress
- InetSocketAddress
Retornos
- Atributos
Exceções
Comentários
Ver recvfrom(2).
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.