Class DeviceList
List of devices connected to the server.
Implements
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[] |