internal AirPcapDeviceDescription(AirPcapUnmanagedStructures.AirpcapDeviceDescription desc) {
			this.Name = desc.Name;
			this.Description = desc.Description;
		}
Example #2
0
		internal AirPcapChannelInfo(AirPcapUnmanagedStructures.AirpcapChannelInfo channelInfo) {
			Frequency = channelInfo.Frequency;
			ExtChannel = channelInfo.ExtChannel;
			Flags = channelInfo.Flags;
		}