Enum CorsairError
Shared list of all errors which could happen during calling of Corsair* functions.
Namespace: RGB.NET.Devices.CorsairLegacy
Assembly: RGB.NET.Devices.CorsairLegacy.dll
Syntax
public enum CorsairError
Fields
Name | Description |
---|---|
IncompatibleProtocol | If developer is calling the function that is not supported by the server (either because protocol has broken by server or client or because the function is new and server is too old. Check CorsairProtocolDetails for details). (developer error) |
InvalidArguments | If developer supplied invalid arguments to the function (for specifics look at function descriptions). (developer error) |
NoControl | If some other client has or took over exclusive control. (runtime error) |
ProtocolHandshakeMissing | If developer did not perform protocol handshake. (developer error) |
ServerNotFound | CUE is not running or was shut down or third-party control is disabled in CUE settings. (runtime error) |
Success | If previously called function completed successfully. |