Package com.google.glass.companion.Proto

Examples of com.google.glass.companion.Proto.GlassInfoResponse


                    e.printStackTrace();
                }
            }
        }
        if (envelope.glassInfoResponseG2C != null) {
            GlassInfoResponse response = envelope.glassInfoResponseG2C;
            String info = "";
            info += "Device name: " + response.deviceName;
            info += " Battery: " + response.batteryLevel + "%";
            info += " Software: " + response.softwareVersion;
            info += "\n";
View Full Code Here

TOP

Related Classes of com.google.glass.companion.Proto.GlassInfoResponse

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.