Click or drag to resize

IOMapData Constructor

Constructs an IOMapData.

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public IOMapData(
	uint instanceId,
	ushort type,
	EDSInfo key,
	ushort keyMask,
	ushort status,
	ushort faultCode,
	uint faultInfo,
	ushort mode,
	uint parentInst,
	ushort linkPort,
	uint linkAddr,
	uint configAddress,
	uint storageId,
	EPATH configScriptPath,
	uint mapAddress,
	string address,
	string path
)

Parameters

instanceId
Type: SystemUInt32
Instance id.
type
Type: SystemUInt16
The IO Map entry type.
key
Type: Demo3D.PLC.Comms.CPFEDSInfo
The EDS info (with the compatibility bit encoded in the revision major).
keyMask
Type: SystemUInt16
Key mask.
status
Type: SystemUInt16
Status.
faultCode
Type: SystemUInt16
Fault code.
faultInfo
Type: SystemUInt32
Fault info.
mode
Type: SystemUInt16
Mode.
parentInst
Type: SystemUInt32
Parent instance id.
linkPort
Type: SystemUInt16
Link port.
linkAddr
Type: SystemUInt32
Link address.
configAddress
Type: SystemUInt32
Configuration data address.
storageId
Type: SystemUInt32
Storage instance id.
configScriptPath
Type: Demo3D.PLC.Comms.CIPEPATH

[Missing <param name="configScriptPath"/> documentation for "M:Demo3D.PLC.Rockwell.Comms.CIP.IOMapData.#ctor(System.UInt32,System.UInt16,Demo3D.PLC.Comms.CPF.EDSInfo,System.UInt16,System.UInt16,System.UInt16,System.UInt32,System.UInt16,System.UInt32,System.UInt16,System.UInt32,System.UInt32,System.UInt32,Demo3D.PLC.Comms.CIP.EPATH,System.UInt32,System.String,System.String)"]

mapAddress
Type: SystemUInt32
Configuration script EPATH.
address
Type: SystemString
Address of map entry.
path
Type: SystemString
Map path.
See Also