Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question Coding] สงสัยตรง function callback : MicroGear.on() #9

Open
rimand opened this issue Sep 21, 2016 · 0 comments

Comments

@rimand
Copy link

rimand commented Sep 21, 2016

คือผมสงสัยว่า
"void MicroGear::on(unsigned char event, void (* callback)(char, uint8_t,unsigned int))"
ทำไมถึงต้องมี (char)Event ใน parameter ด้วยครับ ทำให้มันส่งแค่ตัวแปร function pointer อย่างเดียวไม่ได้หรอ?

เพราะตรง
microgear.on(MESSAGE,onMsghandler);
microgear.on(PRESENT,onFoundgear);
มันก็ใช้คนละตัวอยู่แล้ว หรือ เราสามารถใส่ MESSAGE คู่กับ onFoundgear และ PRESENT คู่กับ onMsghandler ได้
ผมเลยสงสัยอีกคำถามครับว่า event ที่มีให้เลือกว่า (MESSAGE|CONNECTED|PRESENT|ABSENT) มีไว้ทำไมครับ?

อยากเข้าใจที่หลักพี่ๆเขียนกันครับ ขอบคุณครับ ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant