Automobile.Registrar.SQLiteClient.GetFirstMatch C# (CSharp) Method

GetFirstMatch() public method

public GetFirstMatch ( DeviceInfo device ) : DeviceInfo
device Automobile.Mobile.Framework.Data.DeviceInfo
return Automobile.Mobile.Framework.Data.DeviceInfo
        public DeviceInfo GetFirstMatch(DeviceInfo device)
        {
            return GetFirstMatch(device, true);
        }

Same methods

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