-
Notifications
You must be signed in to change notification settings - Fork 1
INITIALIZE_DEVICE
theficus edited this page Dec 29, 2021
·
3 revisions
INITIALIZE_DEVICE contains initialization instructions for Mousr
Byte(s) | Data Type | Value | Note |
---|---|---|---|
1 | Byte | Always 0x30 | |
2-5 | UInt32 | Current MBAPI version (0x0300) | |
6-10 | UInt32 | time in ticks | See formula below |
14 | Byte | Always 0x1c | |
15 | Byte | Always empty |
- (int)((DateTime.UtcNow.Ticks & 0x3fffffffffffffff - (1970/01/01 00:00:00).Ticks & 0x3fffffffffffffff) * 1e-07)
0x3003000000bedf8961000000001c00
This project is not approved or endorsed by Petronics. Any information here is provided as-is with no warranty or guarantees.