C# Class CorsairLinkPlusPlus.Driver.CorsairLink.Node.BaseLinkDevice

Inheritance: CorsairLinkPlusPlus.Common.BaseDevice
Show file Open project: Doridian/CorsairLinkPlusPlus Class Usage Examples

Public Methods

Method Description
GetLocalDeviceID ( ) : string

Private Methods

Method Description
BaseLinkDevice ( BaseLinkDevice linkDevice, byte channel ) : CorsairLinkPlusPlus.Common
BaseLinkDevice ( USB usbDevice, byte channel ) : CorsairLinkPlusPlus.Common
CreateNew ( USB usbDevice, byte channel, byte deviceType ) : BaseLinkDevice
ReadRegister ( byte register, byte bytes ) : byte[]
ReadSingleByteRegister ( byte register ) : byte
WriteRegister ( byte register, byte bytes, bool verify = false ) : void
WriteSingleByteRegister ( byte register, byte value, bool verify = false ) : void

Method Details

GetLocalDeviceID() public method

public GetLocalDeviceID ( ) : string
return string