libinco_32
 All Files Functions Enumerations Enumerator Macros Modules Pages
Use case: INCO procedure without asynchronous part

INOS code

Assume registered function on INOS that has no asynchronous execution part. It just returns a value than can be received by the PC code.

uint32 CMyModule::eGetValue()
{
return 69;
}

PC code

Let's have a look at different use cases from PC code point of view, how to call the previously mentioned INOS function.

Correct usage

Strange (but valid) usage

Forbidden/invalid usage


Generated by doxygen 1.8.8