Automobile.Mobile.Framework.Data.UdpClient.GetFirstMatch C# (CSharp) Method

GetFirstMatch() public method

public GetFirstMatch ( DeviceInfo info ) : DeviceInfo
info DeviceInfo
return DeviceInfo
        public DeviceInfo GetFirstMatch(DeviceInfo info)
        {
            return GetFirstMatch(info, true);
        }

Same methods

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