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