Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GipMessageClass Enum #206

Open
DJm00n opened this issue Oct 15, 2022 · 0 comments
Open

GipMessageClass Enum #206

DJm00n opened this issue Oct 15, 2022 · 0 comments

Comments

@DJm00n
Copy link

DJm00n commented Oct 15, 2022

Looks like enum FrameType is the same thing as "documented" Windows.Gaming.Input.Custom.GipMessageClass enum:

Name Value Description
Command 0 A command message.
LowLatency 1 A low latency message.
StandardLatency 2 A standard latency message.

xow/controller/gip.cpp

Lines 40 to 49 in d335d60

// Different frame types
// Command: controller doesn't respond
// Request: controller responds with data
// Request (ACK): controller responds with ack + data
enum FrameType
{
TYPE_COMMAND = 0x00,
TYPE_ACK = 0x01,
TYPE_REQUEST = 0x02,
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant