Click or drag to resize

DeviceDriverStream Constructor (String, DeviceAccess)

Opens a stream with the specified name and access.aginst the default controller of a FP.

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

Parameters

name
Type: SystemString
Name of stream to open.
access
Type: ABB.Robotics.ControllersDeviceAccess
Access of stream.
See Also