Click or drag to resize

Signal Constructor

Initializes a new instance of the Signal class.

Namespace:  ABB.Robotics.Controllers.IOSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
protected internal Signal(
	string controllerID,
	IODataInfo dataInfo
)

Parameters

controllerID
Type: SystemString
ID of the controller.
dataInfo
Type: IODataInfo
Dcl Info of the rapid object.
See Also