DomainMappedConnector ​
Wraps a connector and maps it to a specific domain.
Kind: Class
Namespace: ConnectorLib
Inheritance: IAddressableConnector → IDisposable → IGameConnector
Public Constructors
Creates a new instance of the ConnectorLib.DomainMappedConnector class.
Creates a new instance of the ConnectorLib.DomainMappedConnector class.
Public Member Functions
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
void
IBatchWriteContext
bool
void
Task
Task
Task
Properties
IDomainMappableConnector
Connector
[get, ]
The connector used to read and write memory.
IFeatureAware
Features
[get, ]
MemoryDomain
Domain
[get, ]
The domain used to read and write memory.
Endianness
Endianness
[get, ]
PointerFormat
PointerFormat
[get, ]
string
ID
[get, ]
bool
Connected
[get, ]
IMemoryMapper
Mapper
[get, set]
Events
Action<string>
OnMessage
Action
OnReady
Action<string>
ConnectionError
EventHandler<ValueTuple<ConnectionStatus, string>>
ConnectionStatusChanged
