예제 #1
0
 public static extern bool WaveformPlayerOutputPPGEx(ref PLAY_RAW_DATA ppgChanel1Data, ref PLAY_RAW_DATA ppgChanel2Data);
예제 #2
0
 public static extern bool WaveformPlayerOutputECGAndPPG(ref PLAY_RAW_DATA ecgData, PPGChannel channelNo, ref PLAY_RAW_DATA ppgData);
예제 #3
0
 public static extern bool WaveformPlayerOutputPPG(PPGChannel channelNo, ref PLAY_RAW_DATA ppgData);
예제 #4
0
 public static extern bool WaveformPlayerOutputECG(ref PLAY_RAW_DATA data);