StructCmsghdr Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| 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
Parametri
- cmsg_level
- Int32
- cmsg_type
- Int32
- value
- Byte[]
- Attributi
Si applica 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
Parametri
- cmsg_level
- Int32
- cmsg_type
- Int32
- value
- Int16
- Attributi