JoyCon.NET
Public Member Functions | Properties
SubCmdReply Class Reference

Reply to a subcommand. More...

Public Member Functions

override string ToString ()
 

Properties

bool Acknowledged [get]
 Last subcommand is acknowledged. More...
 
byte SubCmdDataType [get]
 Subcommand reply data type (???). More...
 
JoyCon.Subcommand SubcommandID [get]
 Reply-to subcommand ID. More...
 
IReadOnlyList< byte > Data [get]
 Subcommand reply data. More...
 

Detailed Description

Reply to a subcommand.

Property Documentation

◆ Acknowledged

bool SubCmdReply.Acknowledged
get

Last subcommand is acknowledged.

◆ SubCmdDataType

byte SubCmdReply.SubCmdDataType
get

Subcommand reply data type (???).

◆ SubcommandID

JoyCon.Subcommand SubCmdReply.SubcommandID
get

Reply-to subcommand ID.

◆ Data

IReadOnlyList<byte> SubCmdReply.Data
get

Subcommand reply data.