Method

AravisDeviceget_feature_access_mode

Declaration [src]

ArvGcAccessMode
arv_device_get_feature_access_mode (
  ArvDevice* device,
  const char* feature
)

Description

No description available.
Available since:0.8.22

Parameters

feature const char*
 

Feature name.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: ArvGcAccessMode
 

The actual feature access mode, which is a combination of ImposedAccessMode property and actual register access mode.