Click or drag to resize

PortAddress Constructor (Byte)

Construct an address from an array of bytes.

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

Parameters

address
Type: SystemByte

[Missing <param name="address"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.PortAddress.#ctor(System.Byte[])"]

See Also