Show / Hide Table of Contents

Class CorsairProtocolDetails

Managed wrapper for CorsairProtocolDetails.

Inheritance
object
CorsairProtocolDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Devices.CorsairLegacy
Assembly: RGB.NET.Devices.CorsairLegacy.dll
Syntax
public class CorsairProtocolDetails

Properties

| Edit this page View Source

BreakingChanges

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
| Edit this page View Source

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
| Edit this page View Source

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
| Edit this page View Source

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
| Edit this page View Source

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
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX