StructCmsghdr Constructors
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
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
Parameters
- cmsg_level
- Int32
- cmsg_type
- Int32
- value
- Byte[]
- Attributes
Applies to
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
Parameters
- cmsg_level
- Int32
- cmsg_type
- Int32
- value
- Int16
- Attributes