Exemplo n.º 1
0
 protected static extern IntPtr cmdSetGenericDigitalSensor_unsafe(ref appConfig_t config, Byte tothis);
Exemplo n.º 2
0
 protected static extern IntPtr cmdPing_unsafe(ref appConfig_t config);
Exemplo n.º 3
0
 protected static extern cmdResponseGeneric_t cmdReload(ref appConfig_t config);
Exemplo n.º 4
0
 protected static cmdResponseGeneric_t cmdCountSensors(ref appConfig_t config)
 {
     return new cmdResponseGeneric_t(pinvoke.cmdCountSensors_unsafe(ref config));
 }
Exemplo n.º 5
0
 protected static extern IntPtr cmdIdentify_unsafe(ref appConfig_t config);
Exemplo n.º 6
0
 protected static extern cmdResponseGeneric_t cmdSetP(ref appConfig_t config, byte byte1, byte byte2, bool isHigh);
Exemplo n.º 7
0
 protected static extern bool initPort(ref appConfig_t config);
Exemplo n.º 8
0
 protected static extern void syncNetwork(ref appConfig_t config);
Exemplo n.º 9
0
 protected static extern void closePort(ref appConfig_t config);
Exemplo n.º 10
0
 protected static cmdResponseGeneric_t cmdSetGenericDigitalSensor(ref appConfig_t config, byte toThis)
 {
     return new cmdResponseGeneric_t(pinvoke.cmdSetGenericDigitalSensor_unsafe(ref config, toThis));
 }
Exemplo n.º 11
0
 protected static extern bool isPortOpen(ref appConfig_t config);
Exemplo n.º 12
0
 protected static cmdResponseGeneric_t cmdPing(ref appConfig_t config)
 {
     return new cmdResponseGeneric_t(pinvoke.cmdPing_unsafe(ref config));
 }
Exemplo n.º 13
0
 protected static cmdResponseIdentify_t cmdIdentify(ref appConfig_t config)
 {
     return new cmdResponseIdentify_t(pinvoke.cmdIdentify_unsafe(ref config));
 }
Exemplo n.º 14
0
 protected static cmdResponseGetSensorType_t cmdGetSensorType(ref appConfig_t config)
 {
     return new cmdResponseGetSensorType_t(pinvoke.cmdGetSensorType_unsafe(ref config));
 }
Exemplo n.º 15
0
 protected static extern cmdResponseGeneric_t cmdSetNodeId(ref appConfig_t config, byte tothis);
Exemplo n.º 16
0
 protected static extern IntPtr cmdCountSensors_unsafe(ref appConfig_t config);
Exemplo n.º 17
0
 protected static extern cmdResponseGeneric_t cmdSetNodeKeyByte(ref appConfig_t config, byte index, byte newVal);
Exemplo n.º 18
0
 protected static extern IntPtr cmdGetGenericDigitalSensor_unsafe(ref appConfig_t config);
Exemplo n.º 19
0
 protected static extern cmdResponseGeneric_t cmdSetSensorFadeSpeed(ref appConfig_t config, byte tothis);
Exemplo n.º 20
0
 protected static extern IntPtr cmdGetSensorType_unsafe(ref appConfig_t config);
Exemplo n.º 21
0
 protected static extern bool injectFaultDesync(ref appConfig_t config);
Exemplo n.º 22
0
 public static new bool injectFaultDesync(ref appConfig_t config)
 {
     return pinvoke.injectFaultDesync(ref config);
 }