Disco.Services.DeviceDetailExtensions.WLanMacAddress C# (CSharp) Метод

WLanMacAddress() публичный статический Метод

Gets the WLanMacAddress Device Detail Value
public static WLanMacAddress ( this details ) : string
details this
Результат 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