MemoryAddressMemoryAddressConverterAddressTypeParseAddress Method |
Parses an address string.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxprotected abstract AddressType ParseAddress(
string str
)
Parameters
- str String
- The string to parse.
Return Value
AddressTypeThe parsed address.
See Also