DeviceAtlas Enterprise C API  2.0
Welcome DeviceAtlas Enterprise C API
da_status_t da_getpropstring ( const da_deviceinfo_t info,
da_propid_t  propid,
const char **  value 
)

Given a search result, find the value of a specific property.

1 long displayWidth; // width of display in pixels.
2 da_getpropinteger(&deviceInfo, da_getpropid(&myAtlas, "displayWidth"), &displayWidth);

String contents are owned by the search result, and are valid until the search is closed. returns a property value as a string from a given string typed property id

Parameters
infoDevice info
propidProperty id
valueValue of the property
Returns
status of property value search