Click or drag to resize

DeviceDriverStream Constructor (Controller, String)

Opens the stream with Read access.

Namespace:  ABB.Robotics.Controllers
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public DeviceDriverStream(
	Controller controller,
	string name
)

Parameters

controller
Type: ABB.Robotics.ControllersController
Controller that hosts the stream.
name
Type: SystemString
Name of device.
See Also