[][src]Module buttplug::client

Communications API for accessing Buttplug Servers

Modules

device

Representation and management of devices connected to the server.

internal

Implementation of internal Buttplug Client event loop.

Structs

ButtplugClient

Struct used by applications to communicate with a Buttplug Server.

ButtplugClientMessageFuturePair

Future state for messages sent from the client that expect a server response.

Enums

ButtplugClientError

Represents all of the different types of errors a ButtplugClient can return.

ButtplugClientEvent

Enum representing different events that can be emitted by a client.

Type Definitions

ButtplugInternalClientMessageResult

Result type used for passing server responses.

ButtplugInternalClientMessageResultFuture