Search | Google it | Results 1 - 2 of 2 for funcall:kpSendInitialDeviceCommand (0.00 seconds) |
169: /* send command to set the current status */ 170: err = kpSendInitialDeviceCommand(id); 171: if ( err < E_OK ) error = err;
150: /* configure device initial state */ 151: kpSendInitialDeviceCommand(flg); 152: }