Show / Hide Table of Contents

Class Ping

Sent to server, at an interval specified by the server. If ping is not received in a timely manner, devices are stopped and client/server connection is severed.

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

Constructors

Ping(UInt32)

Initializes a new instance of the Ping class.

Declaration
public Ping(uint id = null)
Parameters
Type Name Description
UInt32 id

Message ID.

In This Article
Back to top Generated by DocFX