Click or drag to resize

PortAddressTryGetSlotNo Method

Try to get the address as a single byte number.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public bool TryGetSlotNo(
	out byte slotNo
)

Parameters

slotNo
Type: SystemByte
The address as a number.

Return Value

Type: Boolean
False if the address was not a single byte.
See Also