Gocator API
kBool GoSetup_IsEnhancedSurfaceFlatnessFilterSupported ( GoSetup  setup,
GoRole  role 
)

Returns whether enhanced surface flatness filtering is supported on the device specified by the "role" parameter.

If enhanced surface flatness filtering is not supported on the device, then do not use any of the enhanced surface flatness filter APIs for that device.

This API only needs to be called once because a device's support for enhanced surface flatness filtering does not change.

Version
Introduced in firmware 6.3.1.83
Parameters
setupGoSetup object.
roleDetermines which device to retrieve the value from. Use GO_ROLE_MAIN or GOROLE_BUDDYIDX(buddyidx). See GoRole for more details.
Returns
kTRUE if enhanced surface flatness filtering is support, otherwise kFALSE is returned.