charly.server.devices
Class ChGpibDeviceImpl.ChClientGpibInfo

java.lang.Object
  extended bycharly.server.devices.ChGpibDeviceImpl.ChClientGpibInfo
Enclosing class:
ChGpibDeviceImpl

static class ChGpibDeviceImpl.ChClientGpibInfo
extends java.lang.Object


Field Summary
(package private)  ChClientGpib representation
           
(package private)  java.lang.String taskID
           
 
Constructor Summary
(package private) ChGpibDeviceImpl.ChClientGpibInfo(java.lang.String taskID, ChClientGpib representation)
           
 
Method Summary
 ChClientGpib getRepresentation()
           
 java.lang.String getTaskID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskID

java.lang.String taskID

representation

ChClientGpib representation
Constructor Detail

ChGpibDeviceImpl.ChClientGpibInfo

ChGpibDeviceImpl.ChClientGpibInfo(java.lang.String taskID,
                                  ChClientGpib representation)
Method Detail

getRepresentation

public ChClientGpib getRepresentation()

getTaskID

public java.lang.String getTaskID()