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.
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. |