Show / Hide Table of Contents

Class Test

Sends text to a server, expected to be echoed back.

Inheritance
Object
ButtplugMessage
Test
Inherited Members
ButtplugMessage.Id
ButtplugMessage.Name
ButtplugMessage.GetName(Type)
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
In This Article
Back to top Generated by DocFX