Methods
close
- close(): boolean
Returns boolean
- True if the Device was successfully closed, otherwise false.
getFPGA
- getFPGA(): IDeviceFPGA
- The FPGA interface for the Device.
getInfo
- getInfo(): Promise<IDeviceInfo>
- Promise that resolves to a Device
information interface.
isOpen
- isOpen(): Promise<boolean>
Returns Promise<boolean>
- Promise that resolves to true if the Device
is open, otherwise false.
Interface that provides the methods that may be used to interact with the device.