StructCmsghdr Constructors

Definition

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

Applies to