Click or drag to resize

StringAddress(String) Constructor

Constructs a StringAddress.

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

Parameters

address  String
The string representation of the address.
See Also