Class RequestServerInfo
Sent to server to set up client information, including client name and schema version. Denotes the beginning of a connection handshake.
Namespace: Buttplug.Core.Messages
Assembly: Buttplug.dll
Syntax
public class RequestServerInfo : ButtplugMessage
Constructors
RequestServerInfo(String, UInt32, UInt32)
Initializes a new instance of the RequestServerInfo class.
Declaration
public RequestServerInfo(string clientName, uint id = null, uint schemversion = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | clientName | Client name. |
| UInt32 | id | Message Id. |
| UInt32 | schemversion | Message schema version. |
Fields
ClientName
Client name.
Declaration
public string ClientName
Field Value
| Type | Description |
|---|---|
| String |
MessageVersion
Client message schema version.
Declaration
public uint MessageVersion
Field Value
| Type | Description |
|---|---|
| UInt32 |