sd2snesConnector.WriteDescriptor ​
Write descriptor for batched write operations.
Kind: Struct
Namespace: ConnectorLib.sd2snes
Public Constructors
sd2snesConnector.WriteDescriptor(uint address, uint translatedAddress, byte[] data)
Creates a new instance of the ConnectorLib.sd2snes.sd2snesConnector.WriteDescriptor struct.
sd2snesConnector.WriteDescriptor(uint address, uint translatedAddress, Span _data)
Creates a new instance of the ConnectorLib.sd2snes.sd2snesConnector.WriteDescriptor struct.
Public Attributes
uint
address
Address in SNES address space to write to.
uint
translatedAddress
Translated address in sd2snes address space to write to.
byte[]
data
Data to write to the address.
