Ejemplo n.º 1
0
 public unsafe static extern bool getTimeSlice(ref ACQFILESTRUCT ACQstruct, ref CHANNELSTRUCT_A ChanStruct, double [] values, int start, int end);
Ejemplo n.º 2
0
 public unsafe static extern bool getAllSamples(ref ACQFILESTRUCT ACQstruct, ref CHANNELSTRUCT_A ChanStruct, double [] values);
Ejemplo n.º 3
0
 public unsafe static extern bool getSample(ref ACQFILESTRUCT ACQstruct, ref CHANNELSTRUCT_A ChanStruct, double [] values, int iIndex);
Ejemplo n.º 4
0
 public unsafe static extern bool getChannelInfo_A(int iChanNumber, ref ACQFILESTRUCT ACQstruct, ref CHANNELSTRUCT_A ChanStruct);