GetEnableAutoRenew
Get the current auto-refresh status.
GoUint8 GetEnableAutoRenew()
Parameters
none
Return Value
GoUint8: 1 if enabled, 0 if disabled.
Example
// example
GoUint8 on = GetEnableAutoRenew();
Last updated
Was this helpful?