int cmsg_level; int cmsg_type; /* u_char cmsg_data[]; */ }; 其成员描述如下: 成员 描述 cmsg_len 附属数据的字节计数,这包含结构头的尺寸。这个值是由CMSG_LEN()宏计算的。 cmsg_level 这个值表明了原始的协议级别(例如,SOL_SOCKET)。 cmsg_type 这个值表明了控制信息类型(例如,SCM_RIGHTS)。 cms...
Protocol-specific type C# 複製 [Android.Runtime.Register("cmsg_type", ApiSince=31)] public int CmsgType { get; set; } Property Value Int32 Attributes RegisterAttribute Remarks Protocol-specific type Java documentation for android.system.StructCmsghdr.cmsg_type. Portions of this page are ...
=NULL; cmsg =CMSG_NXTHDR(&msg, cmsg)) {if(cmsg->cmsg_level == IPPROTO_IP && cmsg->cmsg_type == IP_PKTINFO) {// struct in_pktinfo {// unsigned int ipi_ifindex; /* Interface index */// struct in_addr ipi_spec_dst; /* Local address */// struct in_addr ipi_addr;...
Assembly: Mono.Android.dll Overloads 展开表 StructCmsghdr(Int32, Int32, Byte[]) StructCmsghdr(Int32, Int32, Int16) StructCmsghdr(Int32, Int32, Byte[]) C# [Android.Runtime.Register(".ctor","(II[B)V","", ApiSince=31)]publicStructCmsghdr(intcmsg_level,intcmsg_type,byte[]value)...
typedefstruct_WSACMSGHDR{SIZE_T cmsg_len; INT cmsg_level; INT cmsg_type; } WSACMSGHDR, *PWSACMSGHDR, *LPWSACMSGHDR; 成员 cmsg_len CMSGHDR 结构开头到控制数据末尾的字节数。 注意cmsg_len成员的值不考虑可能跟随控件数据的任何填充。 cmsg_level ...
intcmsg_type; }; 其成员描述如下: 成员描述 cmsg_len附属数据的字节计数,这包含结构头的尺寸。这个值是由CMSG_LEN()宏计算的。 cmsg_level这个值表明了原始的协议级别(例如,SOL_SOCKET)。 cmsg_type这个值表明了控制信息类型(例如,SCM_RIGHTS)。
Protocol-specific type C# Copy [Android.Runtime.Register("cmsg_type", ApiSince=31)] public int CmsgType { get; set; } Property Value Int32 Attributes RegisterAttribute Remarks Protocol-specific type Java documentation for android.system.StructCmsghdr.cmsg_type. Portions of this page are ...
Protocol-specific type C# Копирај [Android.Runtime.Register("cmsg_type", ApiSince=31)] public int CmsgType { get; set; } Property Value Int32 Attributes RegisterAttribute Remarks Protocol-specific type Java documentation for android.system.StructCmsghdr.cmsg_type. Portions of ...
Protocol-specific type C# Copy [Android.Runtime.Register("cmsg_type", ApiSince=31)] public int CmsgType { get; set; } Property Value Int32 Attributes RegisterAttribute Remarks Protocol-specific type Java documentation for android.system.StructCmsghdr.cmsg_type. Portions of this page are ...
Protocol-specific type C# 複製 [Android.Runtime.Register("cmsg_type", ApiSince=31)] public int CmsgType { get; set; } Property Value Int32 Attributes RegisterAttribute Remarks Protocol-specific type Java documentation for android.system.StructCmsghdr.cmsg_type. Portions of this page are ...