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

GetFirstMatch() public method

public GetFirstMatch ( DeviceInfo device ) : DeviceInfo
device DeviceInfo
return DeviceInfo
        public DeviceInfo GetFirstMatch(DeviceInfo device)
        {
            return null;
        }

Same methods

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