Class Test
Sends text to a server, expected to be echoed back.
Namespace: Buttplug.Core.Messages
Assembly: Buttplug.dll
Syntax
public class Test : ButtplugMessage
Constructors
Test(String, UInt32)
Initializes a new instance of the Test class.
Declaration
public Test(string str, uint id = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | str | |
| UInt32 | id | Message ID. |
Properties
TestString
Text to send.
Declaration
public string TestString { get; set; }
Property Value
| Type | Description |
|---|---|
| String |