I8BitConnector ​
Interface for a connector that can read and write 8-bit values.
Kind: Interface
Namespace: ConnectorLib
Inheritance: IAddressableConnector → IDisposable → IGameConnector
Public Member Functions
bool
Reads an unsigned 8-bit value from the game system.
bool
Reads an unsigned 8-bit value from the game system.
bool
Writes an unsigned 8-bit value to the game system.
bool
Writes an unsigned 8-bit value to the game system.
bool
Freezes an unsigned 8-bit value on the game system.
bool
Freezes an unsigned 8-bit value on the game system.
bool
IBatchContext8
Creates a batch context for queuing conditional operations.
bool
Performs a test-and-set using a bitmask.
bool
Performs a test-and-clear using a bitmask.
bool
Performs a compare-and-swap. Reads the byte at the specified address, writing a new value iff the original value matches the test value, returning the original value.
bool
bool
Freezes a value on the game system if a comparison is met.
bool
Freezes a value on the game system if a comparison is met.
