com.example.possdkforandroid
类 MainActivity

java.lang.Object
  继承者 Activity
      继承者 com.example.possdkforandroid.MainActivity

public class MainActivity
extends Activity


字段摘要
static int BLUETOOTHPORT
           
static int port_type
           
static int RECORD_LOG
           
static int SERIALPORT
           
static int USBPORT
           
static int WIFIPORT
           
 
构造方法摘要
MainActivity()
           
 
方法摘要
 void onCreate(Bundle savedInstanceState)
           
 boolean onCreateOptionsMenu(Menu menu)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

USBPORT

public static final int USBPORT
另请参见:
常量字段值

SERIALPORT

public static final int SERIALPORT
另请参见:
常量字段值

WIFIPORT

public static final int WIFIPORT
另请参见:
常量字段值

BLUETOOTHPORT

public static final int BLUETOOTHPORT
另请参见:
常量字段值

port_type

public static int port_type

RECORD_LOG

public static final int RECORD_LOG
另请参见:
常量字段值
构造方法详细信息

MainActivity

public MainActivity()
方法详细信息

onCreate

public void onCreate(Bundle savedInstanceState)

onCreateOptionsMenu

public boolean onCreateOptionsMenu(Menu menu)