¡@

Home 

2014/10/16 ¤W¤È 08:13:35

android Programming Glossary: final_bit

Implementing OBEX PUSH Server on Android 2.3

http://stackoverflow.com/questions/7662682/implementing-obex-push-server-on-android-2-3

true break default break catch final IOException e ... snip ... Snip of OBEXConstant public static final byte FINAL_BIT byte 0x80 public static final byte CONNECT 0x00 FINAL_BIT high bit always set Connect choose your partner negotiate capabilities.. e ... snip ... Snip of OBEXConstant public static final byte FINAL_BIT byte 0x80 public static final byte CONNECT 0x00 FINAL_BIT high bit always set Connect choose your partner negotiate capabilities public static final byte DISCONNECT 0x01 FINAL_BIT.. high bit always set Connect choose your partner negotiate capabilities public static final byte DISCONNECT 0x01 FINAL_BIT high bit always set Disconnect signal the end of the session public static final byte PUT 0x02 0x82 Put send an object public..