Show / Hide Table of Contents

Class DeviceList

List of devices connected to the server.

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

Constructors

DeviceList(DeviceMessageInfo[], UInt32)

Initializes a new instance of the DeviceList class.

Declaration
public DeviceList(DeviceMessageInfo[] deviceList, uint id)
Parameters
Type Name Description
DeviceMessageInfo[] deviceList

List of devices currently connected.

UInt32 id

Message ID.

Fields

Devices

List of devices currently connected.

Declaration
public readonly DeviceMessageInfo[] Devices
Field Value
Type Description
DeviceMessageInfo[]

Implements

IButtplugMessageOutgoingOnly
In This Article
Back to top Generated by DocFX