コード例 #1
0
ファイル: originRadarA2.cs プロジェクト: TohnoYouki/A2G4Radar
 public extern static UInt32 getFrequency(IntPtr drv, ref RplidarScanMode scanMode, UInt32 count, ref float frequency);
コード例 #2
0
ファイル: originRadarA2.cs プロジェクト: TohnoYouki/A2G4Radar
 public extern static UInt32 startScanExpress(IntPtr drv, bool force, UInt16 scanMode, UInt32 options, ref RplidarScanMode outUsedScanMode, UInt32 timeout);
コード例 #3
0
ファイル: originRadarA2.cs プロジェクト: TohnoYouki/A2G4Radar
 public extern static UInt32 startScan(IntPtr drv, bool force, bool useTypicalScan, UInt32 options, ref RplidarScanMode outUsedScanMode);