Disco.Services.DeviceDetailExtensions.WLanMacAddress C# (CSharp) Method

WLanMacAddress() public static method

Gets the WLanMacAddress Device Detail Value
public static WLanMacAddress ( this details ) : string
details this
return string
        public static string WLanMacAddress(this IEnumerable<DeviceDetail> details)
        {
            return details.GetDetail(DeviceDetail.ScopeHardware, DeviceDetail.HardwareKeyWLanMacAddress);
        }
        /// <summary>

Same methods

DeviceDetailExtensions::WLanMacAddress ( this details, Device device, string WLanMacAddress ) : void