/// <inheritdoc/> public IMacroBoard Open() { return(StreamDeck.OpenDevice(DevicePath)); }
/// <inheritdoc/> public IMacroBoard Open(bool useWriteCache) { return(StreamDeck.OpenDevice(DevicePath)); }
/// <summary> /// Opens the StreamDeck handle /// </summary> /// <returns>Returns an <see cref="IStreamDeck"/> reference</returns> public IStreamDeck Open() => StreamDeck.OpenDevice(DevicePath);
/// <summary> /// Opens the StreamDeck handle /// </summary> /// <returns>Returns an <see cref="IMacroBoard"/> reference</returns> public IStreamDeckBoard Open() => StreamDeck.OpenDevice(DevicePath, UseWriteCache);
/// <summary> /// Opens the StreamDeck handle /// </summary> /// <returns>Returns an <see cref="IMacroBoard"/> reference</returns> public IMacroBoard Open() => StreamDeck.OpenDevice(DevicePath);