nidaqdev
Class Nidaq.DAQmxGetDevIsSimulatedParams

java.lang.Object
  extended by nidaqdev.Nidaq.DAQmxGetDevIsSimulatedParams
Enclosing class:
Nidaq

public class Nidaq.DAQmxGetDevIsSimulatedParams
extends java.lang.Object


Field Summary
private  boolean deviceIsSimulated
           
private  java.lang.String deviceName
           
 
Constructor Summary
Nidaq.DAQmxGetDevIsSimulatedParams()
           
 
Method Summary
 java.lang.String getDeviceName()
           
 boolean isDeviceIsSimulated()
           
 void setDeviceIsSimulated(boolean deviceIsSimulated)
           
 void setDeviceName(java.lang.String deviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deviceName

private java.lang.String deviceName

deviceIsSimulated

private boolean deviceIsSimulated
Constructor Detail

Nidaq.DAQmxGetDevIsSimulatedParams

Nidaq.DAQmxGetDevIsSimulatedParams()
Method Detail

getDeviceName

public java.lang.String getDeviceName()

setDeviceName

public void setDeviceName(java.lang.String deviceName)

isDeviceIsSimulated

public boolean isDeviceIsSimulated()

setDeviceIsSimulated

public void setDeviceIsSimulated(boolean deviceIsSimulated)