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