Class CorsairProtocolDetails
Managed wrapper for CorsairProtocolDetails.
Inherited Members
Namespace: RGB.NET.Devices.CorsairLegacy
Assembly: RGB.NET.Devices.CorsairLegacy.dll
Syntax
public class CorsairProtocolDetails
Properties
| Edit this page View SourceBreakingChanges
Boolean that specifies if there were breaking changes between version of protocol implemented by server and client.
Declaration
public bool BreakingChanges { get; }
Property Value
Type | Description |
---|---|
bool |
SdkProtocolVersion
Integer that specifies version of protocol that is implemented by current SDK. Numbering starts from 1. Always contains valid value even if there was no CUE found.
Declaration
public int SdkProtocolVersion { get; }
Property Value
Type | Description |
---|---|
int |
SdkVersion
String containing version of SDK(like "1.0.0.1"). Always contains valid value even if there was no CUE found.
Declaration
public string? SdkVersion { get; }
Property Value
Type | Description |
---|---|
string |
ServerProtocolVersion
Integer that specifies version of protocol that is implemented by CUE. Numbering starts from 1. If CUE was not found then this value will be 0.
Declaration
public int ServerProtocolVersion { get; }
Property Value
Type | Description |
---|---|
int |
ServerVersion
String containing version of CUE(like "1.0.0.1") or NULL if CUE was not found.
Declaration
public string? ServerVersion { get; }
Property Value
Type | Description |
---|---|
string |