Click or drag to resize

DeviceDriverStream Constructor (Controller, String, DeviceAccess)

Opens a stream with the specified name and 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,
	DeviceAccess access
)

Parameters

controller
Type: ABB.Robotics.ControllersController
Controller that hosts the stream.
name
Type: SystemString
Name of stream to open.
access
Type: ABB.Robotics.ControllersDeviceAccess
Access of stream.
See Also