Show / Hide Table of Contents

Interface IButtplugDeviceInfoMessage

Interface for messages containing Device Info, such as DeviceAdded/Removed.

Namespace: Buttplug.Core.Messages
Assembly: Buttplug.dll
Syntax
public interface IButtplugDeviceInfoMessage

Properties

DeviceDisplayName

Declaration
string DeviceDisplayName { get; }
Property Value
Type Description
String

DeviceIndex

Device index, as assigned by a Buttplug server.

Declaration
uint DeviceIndex { get; }
Property Value
Type Description
UInt32

DeviceMessages

Buttplug messages supported by this device, with additional attributes.

Declaration
DeviceMessageAttributes DeviceMessages { get; }
Property Value
Type Description
DeviceMessageAttributes

DeviceMessageTimingGap

Declaration
uint DeviceMessageTimingGap { get; }
Property Value
Type Description
UInt32

DeviceName

Device name.

Declaration
string DeviceName { get; }
Property Value
Type Description
String
In This Article
Back to top Generated by DocFX