Class Ok
Signifies the success of the last message/query.
Implements
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. |