Trillbit SDK for Knowles SmartMic IA61x
  • Introduction
  • technological overview
    • In this release
    • Use cases
    • Quick links
  • features
    • Payloads
    • Protocols
    • Distances
    • Requirements
    • Platforms supported
  • demo app
    • TrillPlay- Resources
    • TrillPlay- Specifications
  • Integrating Trillbit SDK
    • Getting started
      • Licensing and Setting up Trillbit Host library
      • Authentication of the Trillbit IA61x algorithm
      • Trillbit SDK
      • Sending Data to the SmartMic
  • troubleshooting
    • Host SDK Error codes
    • Troubleshooting
  • Reference
    • References
    • FAQs
Powered by GitBook
On this page
  • Via Trillbit Android SDK
  • Via trillbit iOS SDK methods:
  1. Integrating Trillbit SDK
  2. Getting started

Sending Data to the SmartMic

There are two ways to send data to the SmartMic:

Via Trillbit Android SDK

Below are the Android SDK methods, to be called from the player application:

Use the start_sending method to start sending data from the sender.

trillSDK.start_sending(sendingConfiguration);

To instruct the SDK to stop sending data , use stop_sending method:

 trillSDK.stop_sending();

Via trillbit iOS SDK methods:

Use the start_sending method to start sending data from the sender.

trillSDK.start_sending(data, repeatCount);

To instruct the SDK to stop sending data , use stop_sending method:

 trillSDK.stop_sending();

PreviousTrillbit SDKNextHost SDK Error codes

Last updated 2 years ago