コード例 #1
0
ファイル: ISDllBridge.cs プロジェクト: ARLM-Attic/goblin-xna
 public static extern bool ISD_RingBufferQuery(
     int handle,
     int stationID,
     ref ISD_STATION_DATA_TYPE currentData,
     IntPtr head,
     IntPtr tail
     );
コード例 #2
0
ファイル: ISDllBridge.cs プロジェクト: ARLM-Attic/goblin-xna
 public static extern bool ISD_RingBufferSetup(
     int handle,
     int stationID,
     ref ISD_STATION_DATA_TYPE dataBuffer,
     int samples
     );