Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
VersionInfo.java
Go to the documentation of this file.
1 package test.org.direct_bt;
2 
3 import java.io.IOException;
4 
5 import org.direct_bt.BTFactory;
7 import org.jau.util.VersionUtil;
8 
9 public class VersionInfo {
10  public static void main(final String args[]) throws IOException {
11  BTFactory.main(args);
12  }
13 
14 }
test.org.direct_bt.VersionInfo
Definition: VersionInfo.java:9
org.direct_bt
Author: Sven Gothel sgothel@jausoft.com Copyright (c) 2020 Gothel Software e.K.
org.direct_bt.DirectBTVersion
This.
Definition: DirectBTVersion.java:36
org.direct_bt.BTFactory
One stop BTManager API entry point.
Definition: BTFactory.java:52
org.direct_bt.BTFactory.main
static void main(final String args[])
Definition: BTFactory.java:530
org
test.org.direct_bt.VersionInfo.main
static void main(final String args[])
Definition: VersionInfo.java:10