DeviceDriverStream Constructor |
| Name | Description | |
|---|---|---|
| DeviceDriverStream(String) |
Opens the stream with Read access aginst the default controller
of a FP.
| |
| DeviceDriverStream(String, DeviceAccess) |
Opens a stream with the specified name and access.aginst the default controller
of a FP.
| |
| DeviceDriverStream(Controller, String) |
Opens the stream with Read access.
| |
| DeviceDriverStream(Controller, String, DeviceAccess) |
Opens a stream with the specified name and access.
|