BuiltinMemAddress(Int32, Int64, Int64) Constructor |
Constructs a new address for the Built-in Memory Server.
Namespace: Demo3D.PLC.Comms.BuiltinAssembly: PLC (in PLC.dll) Version: 19.01.00
Syntaxpublic BuiltinMemAddress(
int addressBank,
long bitAddress,
long numBits
)
Parameters
- addressBank Int32
- The address bank.
- bitAddress Int64
- The offset (in bits) of the address into the address space.
- numBits Int64
- The size of the address (in bits).
See Also