示例#1
0
 public static extern bool ISD_RingBufferQuery(
     int handle,
     int stationID,
     ref ISD_STATION_DATA_TYPE currentData,
     IntPtr head,
     IntPtr tail
     );
示例#2
0
 public static extern bool ISD_RingBufferSetup(
     int handle,
     int stationID,
     ref ISD_STATION_DATA_TYPE dataBuffer,
     int samples
     );