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

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

Gets the LanMacAddress Device Detail Value
public static LanMacAddress ( this details ) : string
details this
Результат string
        public static string LanMacAddress(this IEnumerable<DeviceDetail> details)
        {
            return details.GetDetail(DeviceDetail.ScopeHardware, DeviceDetail.HardwareKeyLanMacAddress);
        }
        /// <summary>

Same methods

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