Automobile.Mobile.Framework.Data.UdpClient.GetFirstMatch C# (CSharp) Метод

GetFirstMatch() публичный Метод

public GetFirstMatch ( DeviceInfo info ) : DeviceInfo
info DeviceInfo
Результат DeviceInfo
        public DeviceInfo GetFirstMatch(DeviceInfo info)
        {
            return GetFirstMatch(info, true);
        }

Same methods

UdpClient::GetFirstMatch ( DeviceInfo device, bool filterByAvailible ) : DeviceInfo