BuiltinMemAddressParseAddress Method |
Parse a string address.
Namespace:
Demo3D.PLC.Comms.Builtin
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic static BuiltinMemAddress ParseAddress(
string s
)
Parameters
- s
- Type: SystemString
Address in the format "bank:address:length".
Return Value
Type:
BuiltinMemAddressAn address.
See Also