DeviceAtlas Enterprise C API  2.0
Welcome DeviceAtlas Enterprise C API
da_status_t da_search ( const da_atlas_t atlas,
da_deviceinfo_t info,
  ... 
)

As da_search, but unrolls the evidence array into variable arguments for simpler calling convention with known evidence types.

varargs are pairs of (da_evidence_id, string), terminated with da_evidence_id DA_END

1  da_search(&myAtlas, &deviceInfo, da_get_header_evidence_id("User-Agent"),
2 "Mozilla/5.0 (Linux...", DA_END);
Parameters
atlasAtlas instance
infogiven device info which holds on device properties
pairsof evidence id / evidence value
Returns
status of the search