Show / Hide Table of Contents

Class DeviceRemoved

Sent from server when a device is disconnected.

Inheritance
Object
ButtplugMessage
DeviceRemoved
Implements
IButtplugMessageOutgoingOnly
Inherited Members
ButtplugMessage.Id
ButtplugMessage.Name
ButtplugMessage.GetName(Type)
Namespace: Buttplug.Core.Messages
Assembly: Buttplug.dll
Syntax
public class DeviceRemoved : ButtplugMessage, IButtplugMessageOutgoingOnly

Constructors

DeviceRemoved(UInt32)

Initializes a new instance of the DeviceRemoved class.

Declaration
public DeviceRemoved(uint index)
Parameters
Type Name Description
UInt32 index

Index of disconnected device.

Fields

DeviceIndex

Device index.

Declaration
public readonly uint DeviceIndex
Field Value
Type Description
UInt32

Implements

IButtplugMessageOutgoingOnly
In This Article
Back to top Generated by DocFX