updated java package for jni example

This commit is contained in:
strawmanbobi
2019-02-08 15:23:25 +08:00
parent db1610848a
commit c5df776aa6
5 changed files with 11 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: net.irext.decodesdk.IRDecode
Main-Class: net.irext.decode.sdk.IRDecode

View File

@@ -1,8 +1,8 @@
package net.irext.decodesdk;
package net.irext.decode.sdk;
import net.irext.decodesdk.bean.ACStatus;
import net.irext.decodesdk.bean.TemperatureRange;
import net.irext.decodesdk.utils.Constants;
import net.irext.decode.sdk.bean.ACStatus;
import net.irext.decode.sdk.bean.TemperatureRange;
import net.irext.decode.sdk.utils.Constants;
/**

View File

@@ -1,6 +1,6 @@
package net.irext.decodesdk.bean;
package net.irext.decode.sdk.bean;
import net.irext.decodesdk.utils.Constants;
import net.irext.decode.sdk.utils.Constants;
/**
* Filename: ACStatus.java

View File

@@ -1,4 +1,4 @@
package net.irext.decodesdk.bean;
package net.irext.decode.sdk.bean;
/**
* Filename: TemperatureRange.java

View File

@@ -1,4 +1,4 @@
package net.irext.decodesdk.utils;
package net.irext.decode.sdk.utils;
/**
* Filename: Constants.java
@@ -18,6 +18,8 @@ public class Constants {
public static final int ERROR_CODE_INVALID_CATEGORY = 2;
public static final int ERROR_CODE_INVALID_BRAND = 3;
public static final int ERROR_CODE_INVALID_PARAMETER = 4;
public static final int ERROR_CODE_INVALID_CITY = 5;
public static final int ERROR_CODE_INVALID_OPERATOR = 6;
public enum CategoryID {
AIR_CONDITIONER(1),