CPFItemTryGetConnectedAddress 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
Syntaxpublic bool TryGetConnectedAddress(
out uint? address
)
Parameters
- address
- Type: SystemUInt32
The address.
Return Value
Type:
BooleanThe CPF data.
See Also