KINGSTAR memory
Reads and writes the KINGSTAR shared memory.
| Function name | Description |
|---|---|
| GetMemoryPointer | Gets the pointer to the address of the data in the shared memory. |
| ReadMemoryBit | Reads a bit from the shared memory. |
| ReadMemoryByte | Reads a byte from the shared memory. |
| ReadMemoryDWord | Reads a double word from the shared memory. |
| ReadMemoryLWord | Reads a quad word from the shared memory. |
| ReadMemoryWord | Reads a word from the shared memory. |
| WriteMemoryBit | Writes a bit into the shared memory. |
| WriteMemoryByte | Writes a byte into the shared memory. |
| WriteMemoryDWord | Writes a double word into the shared memory. |
| WriteMemoryLWord | Writes a quad word into the shared memory. |
| WriteMemoryWord | Writes a word into the shared memory. |