StructCmsghdr Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| StructCmsghdr(Int32, Int32, Byte[]) | |
| StructCmsghdr(Int32, Int32, Int16) |
StructCmsghdr(Int32, Int32, Byte[])
[Android.Runtime.Register(".ctor", "(II[B)V", "", ApiSince=31)]
public StructCmsghdr(int cmsg_level, int cmsg_type, byte[] value);
[<Android.Runtime.Register(".ctor", "(II[B)V", "", ApiSince=31)>]
new Android.Systems.StructCmsghdr : int * int * byte[] -> Android.Systems.StructCmsghdr
Parámetros
- cmsg_level
- Int32
- cmsg_type
- Int32
- value
- Byte[]
- Atributos
Se aplica a
StructCmsghdr(Int32, Int32, Int16)
[Android.Runtime.Register(".ctor", "(IIS)V", "", ApiSince=31)]
public StructCmsghdr(int cmsg_level, int cmsg_type, short value);
[<Android.Runtime.Register(".ctor", "(IIS)V", "", ApiSince=31)>]
new Android.Systems.StructCmsghdr : int * int * int16 -> Android.Systems.StructCmsghdr
Parámetros
- cmsg_level
- Int32
- cmsg_type
- Int32
- value
- Int16
- Atributos