updated java package for jni example
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Main-Class: net.irext.decodesdk.IRDecode
|
Main-Class: net.irext.decode.sdk.IRDecode
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package net.irext.decodesdk;
|
package net.irext.decode.sdk;
|
||||||
|
|
||||||
import net.irext.decodesdk.bean.ACStatus;
|
import net.irext.decode.sdk.bean.ACStatus;
|
||||||
import net.irext.decodesdk.bean.TemperatureRange;
|
import net.irext.decode.sdk.bean.TemperatureRange;
|
||||||
import net.irext.decodesdk.utils.Constants;
|
import net.irext.decode.sdk.utils.Constants;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -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
|
* Filename: ACStatus.java
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package net.irext.decodesdk.bean;
|
package net.irext.decode.sdk.bean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filename: TemperatureRange.java
|
* Filename: TemperatureRange.java
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package net.irext.decodesdk.utils;
|
package net.irext.decode.sdk.utils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filename: Constants.java
|
* 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_CATEGORY = 2;
|
||||||
public static final int ERROR_CODE_INVALID_BRAND = 3;
|
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_PARAMETER = 4;
|
||||||
|
public static final int ERROR_CODE_INVALID_CITY = 5;
|
||||||
|
public static final int ERROR_CODE_INVALID_OPERATOR = 6;
|
||||||
|
|
||||||
public enum CategoryID {
|
public enum CategoryID {
|
||||||
AIR_CONDITIONER(1),
|
AIR_CONDITIONER(1),
|
||||||
Reference in New Issue
Block a user