DeviceAtlas Enterprise C API  2.0
Welcome DeviceAtlas Enterprise C API
da_status_t da_searchv ( const da_atlas_t atlas,
da_deviceinfo_t info,
da_evidence_t ev,
size_t  count 
)

Find device properties given a set of evidence.

Search results are returned in da_deviceinfo_t, and must be cleaned using da_close "Evidence" is an array of length count, of string data tagged with an evidence ID.

Parameters
atlasAtlas instance
infoDevice info
evArray of evidences
countNumber of evidence given
Returns
status of the search