int32_t AmpEnableSet | ( | bool | enable, |
int32_t | ampActiveTimeoutMilliseconds | ||
) |
enable | True = enable all, false = disable all. |
ampActiveTimeoutMilliseconds | How many milliseconds to wait for AMP_ACTIVE / OPERATION_ENABLED before timing out (0 will not wait). Ignored when disabling amp. |
RsiError | with RSIErrorMessage::RSIMessageTIMEOUT if the amp is not enabled within the timeout. |
Part of the Action method group.