Click or drag to resize

DeviceDriverStream Constructor

Overload List
  NameDescription
Public methodDeviceDriverStream(String)
Opens the stream with Read access aginst the default controller of a FP.
Public methodDeviceDriverStream(String, DeviceAccess)
Opens a stream with the specified name and access.aginst the default controller of a FP.
Public methodDeviceDriverStream(Controller, String)
Opens the stream with Read access.
Public methodDeviceDriverStream(Controller, String, DeviceAccess)
Opens a stream with the specified name and access.
Top
See Also