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