Config Services: Difference between revisions
No edit summary |
|||
| Line 40: | Line 40: | ||
| ? | | ? | ||
|- | |- | ||
| | | 0x00090080 | ||
| [[7.0.0-13]] | | [[7.0.0-13]] | ||
| | | (u16 index, u16 value) This writes the specified value into the entry[inputindex], for the table with 0xBB entries listed below. The input index must be <0xBB. | ||
|- | |- | ||
| 0x000A0040 | | 0x000A0040 | ||
| [[7.0.0-13]] | | [[7.0.0-13]] | ||
| This goes through a table containing 0xBB entries. When an entry is found containing a 2-byte value matching the input 2-byte value, the u16 index is written to cmdreply+8. When no match was found, the output index is value 0xFF. | | (u16 value) This goes through a table containing 0xBB entries. When an entry is found containing a 2-byte value matching the input 2-byte value, the u16 index is written to cmdreply+8. When no match was found, the output index is value 0xFF. | ||
|} | |} | ||