// ReSharper disable MemberCanBePrivate.Global // ReSharper disable UnusedAutoPropertyAccessor.Global using CUE.NET.Devices.Generic; using CUE.NET.Native; namespace CUE.NET.Devices.HeadsetStand { /// /// Represents specific information for a CUE headset stand. /// public class CorsairHeadsetStandDeviceInfo : GenericDeviceInfo { #region Constructors /// /// Internal constructor of managed . /// /// The native -struct internal CorsairHeadsetStandDeviceInfo(_CorsairDeviceInfo nativeInfo) : base(nativeInfo) { } #endregion } }