Skip to content

IBatchContext8 ​

Kind: Interface

Namespace: ConnectorLib

Inheritance: IBatchContext → IDisposable

Public Member Functions

abstract virtual

byte

CondRead8(ulong address)

Read a byte from the specified address.

abstract virtual

byte

CondWrite8(byte seq, ulong address, byte compare, byte value)

Write a byte to the specified address if the value at the address matches the compare value.