Click or drag to resize

CPFItemTryGetLocalAddress Method

Returns the CPF data If the CPF item is the expected type.

Namespace:  Demo3D.PLC.Comms.CPF
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public bool TryGetLocalAddress(
	out ushort? address
)

Parameters

address
Type: SystemUInt16
The address.

Return Value

Type: Boolean
The CPF data.
See Also