This article shows how to detect tag button press events using the Ubisense .NET API.

None. You can use this article on its own.
Before you start, remember to:
Add the Ubisense references to your application
Create an instance
of the
Ubisense.UData.Data schema with instance name
data_schema and connect to the schema as a client.
Add an event handler
OnButton for the
Ubisense.UData.Data.ObjectButtonPressed relation as follows:
|
You need to define handlers for new rows being inserted and existing rows being updated in order to react to all button presses. In this example, the update handler simply calls the insert handler with the new row as the argument:
|
Whenever a tag button press is detected, your handler code will execute.