Casio IT-2000D Manual de usuario Pagina 168

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 224
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 167
168
EXAMPLE
#include “padlib.h”
KEYINFO keydata[10];
KEYLIST keylist;
int retcode, i;
for (i = 0; i < countof(keydata); i++) {
keydata[i].keycode = xxxx;
keydata[i].change_position = xxxx;
keydata[i].image_adr = xxxx;
}
keylist.keyinfo = keydata;
keylist.data_cnt = countof(keydata);
retcode = KEY_SetExtKey(KDC_EXTKEY1, &keylist);
Refer to “KEY_DelExtKey” also.
Note:
If the key list includes any invalid data, no error results. Only the data pieces that can be registered
will be registered
Vista de pagina 167
1 2 ... 163 164 165 166 167 168 169 170 171 172 173 ... 223 224

Comentarios a estos manuales

Sin comentarios