StructCmsghdr Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- cmsg_level
- Int32
- cmsg_type
- Int32
- value
- Byte[]
- Attributs
S’applique à
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
Paramètres
- cmsg_level
- Int32
- cmsg_type
- Int32
- value
- Int16
- Attributs