PortAddress Class |
Namespace: Demo3D.PLC.Comms.CIP.Nodes
public class PortAddress
The PortAddress type exposes the following members.
| Name | Description | |
|---|---|---|
| PortAddress(Byte) |
Construct an address from a single byte number.
| |
| PortAddress(Byte) |
Construct an address from an array of bytes.
| |
| PortAddress(String) |
Construct an address from a string.
|
| Name | Description | |
|---|---|---|
| TryGetSlotNo |
Try to get the address as a single byte number.
| |
| TryGetString |
Try to get the address as an ASCII string.
|