?? hosthf_send.c
字號:
#include "hosthf_private.h"
#include "handsfree.h"
/*
hostHfDialNumberReq
Request to dial the given number
*/
void hostHfDialNumberReq(const DIAL_NUMBER_REQ_T *req)
{
dialNumberAction((uint8 *) &(req->dial_number), req->num_length);
}
/*
hostHfDialMemoryReq
Request to dial a given memory ocation
*/
void hostHfDialMemoryReq(const DIAL_MEMORY_REQ_T *req)
{
dialMemoryAction((uint8 *) &(req->dial_memLoc), req->num_length);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -