コード例 #1
0
		internal extern static bool AirpcapGetDeviceChannelEx(/* PAirpcapHandle */ IntPtr AdapterHandle,
			/* PAirpcapChannelInfo */ out AirPcapUnmanagedStructures.AirpcapChannelInfo PChannelInfo);
コード例 #2
0
		internal AirPcapDeviceTimestamp(AirPcapUnmanagedStructures.AirpcapDeviceTimestamp timestamp) {
			DeviceTimestamp = timestamp.DeviceTimestamp;
			SoftwareTimestampBefore = timestamp.SoftwareTimestampBefore;
			SoftwareTimestampAfter = timestamp.SoftwareTimestampAfter;
		}