Show / Hide Table of Contents

Class Ok

Signifies the success of the last message/query.

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

Constructors

Ok(UInt32)

Initializes a new instance of the Ok class.

Declaration
public Ok(uint id)
Parameters
Type Name Description
UInt32 id

Message ID. Should match the ID of the message being responded to.

Implements

IButtplugMessageOutgoingOnly
In This Article
Back to top Generated by DocFX