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

Packet Handler: MODULE_INFO_REQUEST #12

Open
acagliano opened this issue Jul 21, 2020 · 1 comment
Open

Packet Handler: MODULE_INFO_REQUEST #12

acagliano opened this issue Jul 21, 2020 · 1 comment
Assignees

Comments

@acagliano
Copy link
Owner

acagliano commented Jul 21, 2020

Sent in response to a client packet of the same control code. The outbound packet should be formatted in a manner that mirrors the moduleinfo_t structure as defined in modules.h, with the size and control code prepended.

@acagliano acagliano changed the title Packet Handler: MODULEINFO Packet Handler: MODULE_INFO_REQUEST Sep 21, 2020
@acagliano
Copy link
Owner Author

Addendum:

CLIENT => SERVER
[Byte 0] MODULE_INFO_REQUEST
[Byte 1] Slot ID of module to return info on

SERVER => CLIENT
[Byte 0] MODULE_INFO_REQUEST
[Byte 1+] moduleinfo_t for indicated module

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

2 participants