Click or drag to resize

StringAddress Constructor (String)

Constructs a StringAddress.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public StringAddress(
	string? address
)

Parameters

address
Type: SystemString
The string representation of the address.
See Also