BuiltinMemAddress Constructor (BuiltinAddressSpace, Int64, DataType, Boolean) |
Constructs a new address for the Built-in Memory Server.
Namespace:
Demo3D.PLC.Comms.Builtin
Assembly:
PLC (in PLC.dll) Version: 18.03.00
Syntaxpublic BuiltinMemAddress(
BuiltinAddressSpace addressSpace,
long bitAddress,
DataType dataType,
bool stronglyTyped
)
Parameters
- addressSpace
- Type: Demo3D.PLC.Comms.BuiltinBuiltinAddressSpace
The address bank. - bitAddress
- Type: SystemInt64
The offset (in bits) of the address into the address space. - dataType
- Type: Demo3D.PLC.CommsDataType
The type of the address. - stronglyTyped
- Type: SystemBoolean
The address is strongly typed.
See Also