SetAutoRotationSetting

Configure rotation behavior.

GoInt SetAutoRotationSetting(GoInt rateLimit, GoUint8 onlyPortHasConfig)

Parameters

  • rateLimit: Rotation interval/rate limit.

  • onlyPortHasConfig: 0 = apply to active ports; 1 = only to active ports with configure-port enabled.

Return Value

  • GoInt: 0 on success.

Example

// Some code

SetAutoRotationSetting(60, 1);

Last updated

Was this helpful?