Commit 631dd5d 1 parent 5381f7e commit 631dd5d Copy full SHA for 631dd5d
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1362,6 +1362,7 @@ <h4>Packet type (int)</h4>
1362
1362
the various packet types. Note that many packets also have a subtype value; for those
1363
1363
packets, the subtype will be the first value transmitted in the payload. This value
1364
1364
is a JamCRC hash of the internal name of the packet type.
1365
+ JamCRC is a bitwise not of a CRC32 hash.
1365
1366
</ p >
1366
1367
</ section >
1367
1368
< section id ="packet-structure-payload ">
@@ -2033,7 +2034,8 @@ <h4>Payload</h4>
2033
2034
< p >
2034
2035
A hash value identifying the button. This is a hash of the button's label
2035
2036
computed using the JamCRC hash algorithm.
2036
- (< a href ="https://github.com/rjwut/ian/blob/3.2.0/src/main/java/com/walkertribe/ian/util/JamCrc.java " target ="_new "> sample Java implementation</ a > )
2037
+ JamCRC is a bitwise not of a CRC32 hash.
2038
+ (< a href ="https://github.com/rjwut/ian/blob/master/src/main/java/com/walkertribe/ian/util/JamCrc.java " target ="_new "> sample Java implementation</ a > )
2037
2039
</ p >
2038
2040
</ dd >
2039
2041
</ dl >
You can’t perform that action at this time.
0 commit comments