Examples of IBuddyFirstGen


Examples of com.cibuddy.ibuddy.IBuddyFirstGen

    private ServiceRegistration sr;
   
    public IBuddyLightHandle(ServiceReference hidServiceRef) throws IOException {
        deviceInfo = (HIDDeviceInfo) Activator.getBundleContext().getService(hidServiceRef);
        if(deviceInfo.getProduct_id() == FigureType.IBUDDY_GENERATION_1.getType()){
            buddyFigure = new IBuddyFirstGen(deviceInfo);
        } else if(deviceInfo.getProduct_id() == FigureType.IBUDDY_GENERATION_2.getType()){
            buddyFigure = new IBuddySecondGen(deviceInfo);
        } else if(deviceInfo.getProduct_id() == FigureType.IBUDDY_BLACK.getType()){
            buddyFigure = new IBuddyBlack(deviceInfo);
        } else if (deviceInfo.getProduct_id() == FigureType.DEVIL.getType()){
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.