Click or drag to resize

MemoryAddressMemoryAddressConverterAddressTypeParseAddress Method

Parses an address string.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
protected abstract AddressType ParseAddress(
	string str
)

Parameters

str
Type: SystemString
The string to parse.

Return Value

Type: AddressType
The parsed address.
See Also