DeviceAtlas Enterprise C API  2.0
Welcome DeviceAtlas Enterprise C API
da_status_t da_getproptype ( const da_deviceinfo_t info,
da_propid_t  propid,
da_type_t type 
)

Some properties may not be not known to the atlas before the search commences.

Such properties cannot have a da_propid_t assigned to them on the atlas, but will have a local property assigned during search. The name and type of such properties can be discovered here.

Properties that are used in the atlas source and properties specifically registered with da_atlas_open() will always be assigned to a property discovered during search. Therefore, if there are specific properties that you want to use, and are unsure if they are in your device atlas source, registering them with da_atlas_open will make access to them easier and more efficient returns the type of a given device property from the search functions

Parameters
infoDevice info
propidProperty id
typeType id
Returns
status of property type search