Rate This Document
Findability
Accuracy
Completeness
Readability

Developing a Communication Module

Application Scenario

Implement and integrate your own communication pipe modules.

Development Process

  1. Create an Android NDK project and generate a dynamic communication library named libCommunication.so.
  2. For details about how to implement the APIs, see "Communication APIs on Which the Instruction Stream Engine Depends" in the Instruction Stream Engine API Reference.
  3. Import the dynamic library libCommunication.so or libCommunication.aar generated based on step 3 in 3 to the AppUI project.

Encoding Instance

For details about how to implement the interface definition code, see "Communication APIs on Which the Instruction Stream Engine Depends" in the Instruction Stream Engine API Reference.