|
Gocator API
|
Sets whether to use the sensor's default z-resolution divider or the user-selected divider.
Note: Not all sensors will support a default z-resolution divider. If available as indicated by GoSetup_ZSubsamplingDefaultEnabledUsed(), this function allows the mode to be switched from either Default (true) or a Custom (false) mode.
| setup | GoSetup object. |
| role | Determines which device to apply changes to. Use GO_ROLE_MAIN or GOROLE_BUDDYIDX(buddyidx). See GoRole for more details. |
| useDefault | Determines whether to use the Default z-resolution divider (true) or Custom one set by the user (false). |