B4A Library AppTag Wrapper

AppTag
Comment: AppTag converts your Smartphone into a Gaming Peripheral.

See http://www.hex3.co/products/apptag for more detail.
Author: Trevor Hart
Version: 1
  • AppTagControlConnection
    Methods:
    • Initialize (EventName As String)
      Initializes the AppTagControlConnection and creates the listener from the event name.
    • IsInitialized As Boolean
    • IsStarted As Boolean
      A Boolean value that indicates whether the Sound Detector is running or not
      (means that the framework is currently listening to the sound and trying to
      detect the signal received from the device)
    • Start As Boolean
      Starts the signal receiver.
    • Stop
      Stops the signal receiver.
    • isBlueButtonPressed As Boolean
      Indicates whether the blue button pressed or not.
    • isGreenButtonPressed As Boolean
      Indicates whether the green button pressed or not.
    • isRedButtonPressed As Boolean
      Indicates whether the red button pressed or not..
    • isReloadButtonPressed As Boolean
      Indicates whether the reload button pressed or not.
    • isTriggerButtonPressed As Boolean
      Indicates whether the trigger button pressed or not.
    • isYellowButtonPressed As Boolean
      Indicates whether the yellow button pressed or not.
    Permissions:
    • android.permission.RECORD_AUDIO
    • android.permission.WRITE_EXTERNAL_STORAGE
 

Attachments

  • AppTagProject.zip
    321.3 KB · Views: 156
  • AppTagWrapper.zip
    375.2 KB · Views: 147
Top