Click or drag to resize

PortAddress Class

A port address. Usually a slot number, IP address, or hostname.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIP.NodesPortAddress

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public class PortAddress

The PortAddress type exposes the following members.

Constructors
  NameDescription
Public methodPortAddress(Byte)
Construct an address from a single byte number.
Public methodPortAddress(Byte)
Construct an address from an array of bytes.
Public methodPortAddress(String)
Construct an address from a string.
Top
Properties
  NameDescription
Public propertyAddress
The address in bytes.
Public propertyStatic memberEmpty
The empty address.
Top
Methods
  NameDescription
Public methodTryGetSlotNo
Try to get the address as a single byte number.
Public methodTryGetString
Try to get the address as an ASCII string.
Top
See Also