getData abstract method

LogicValue? getData(
  1. LogicValue addr
)

Returns the data at addr, or null if it is not present.

Implementation

LogicValue? getData(LogicValue addr);