Table of Contents

NXT Docs

Description

This plugin loads the documentation for the NXT object on your device. The NXT object is used to manage the connection between your Android phone and the NXT brick. Usually you create one these objects at the start of you program like this:

nxt = app.CreateNxt();

See the CreateNxt function for more info.