Casio IT-2000D Manual do Utilizador Página 168

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 224
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 167
1 2 ... 163 164 165 166 167 168 169 170 171 172 173 ... 223 224

Comentários a estes Manuais

Sem comentários