Back to project page blink.
The source code is released under:
Apache License
If you think the Android project blink listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.nashlincoln.blink.nfc; /*from ww w . ja v a 2 s . co m*/ import java.util.List; /** * Created by nash on 11/2/14. */ public class NfcCommand { public Long d; public Long g; public List<Update> u; public static class Update { public Long i; public String v; } }