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
Syntaxpublic bool TryGetSlotNo(
out byte slotNo
)
Parameters
- slotNo
- Type: SystemByte
The address as a number.
Return Value
Type:
BooleanFalse if the address was not a single byte.
See Also