We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all , Please explain how these function works. I m a newbie in programming of this kind and want to use these functions in my project. plz explain all details . like Command_Write(0x80,D40us); wt the function is doing Thank you
You have only shown the function or macro invocation, not its definition
Plz tell me each details starting from declaration to defination how and when v use these functions thank you
ALL you have given is the names of three functions (or macros, or something). It is completely impossible to tell in any detail what these do without seeing some source code or documentation! We could make some vague guesses from the names, but surely you could manage that yourself? Where have you seen these names? That'll be the place to start looking for more information! "I ... want to use these functions in my project" If you have no idea what they do or how they work, how do you know that you want to use them in your project?!
"I'm a newbie in programming of this kind " What kind of programming are you familiar with? What is your background and previous experience?
I know C and C++ also php,html and other high level languages ok i ll try to give some source code for it thank you (have to take permission for dat) thanx for replying
"I know C and C++ also php,html and other high level languages" In that case, you should understand why your original question is impossible to answer! Think about it: as a C/C++ programmer, if someone just gave you three function names and no other details whatsoever, would it be possible for you to say in detail what those functions did?? "i'll try to give some source code for it" Before you do that, be sure to search for any existing documentation that would answer your question! You will also need to give a proper description of the context in which these functions are used. "have to take permission for dat" If someone cares enough to require permission, surely they must be able to supply the information you require??