コード例 #1
0
 public static extern _LTRNative.LTRERROR LTR25_SetSensorsPowerMode(ref TLTR25 module, SensorsPowerModes mode);
コード例 #2
0
 public virtual _LTRNative.LTRERROR SetSensorsPowerMode(SensorsPowerModes mode)
 {
     return(LTR25_SetSensorsPowerMode(ref module, mode));
 }