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

LanMacAddress() public static method

Gets the LanMacAddress Device Detail Value
public static LanMacAddress ( this details ) : string
details this
return 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