[][src]Function cue_sdk::initialize

pub fn initialize() -> Result<CueSdkClient, HandshakeError>

This is the single and only way currently to initialize the SDK.

This method can fail for a variety of reasons, the most likely being that the Corsair iCUE software isn't running on the target machine.

See HandshakeError error, for more details.

We recommend you keep a single instance of the SDK for your application, as the iCUE SDK does not expect multiple handshakes.