Package com.ctre.phoenixpro.configs.jni
Class ConfigJNI
java.lang.Object
com.ctre.phoenixpro.configs.jni.ConfigJNI
public class ConfigJNI extends Object
-
Field Summary
Fields Modifier and Type Field Description String
serializedString
-
Constructor Summary
Constructors Constructor Description ConfigJNI()
-
Method Summary
Modifier and Type Method Description static boolean
Deserializeboolean(int spn, String str)
static double
Deserializedouble(int spn, String str)
static int
Deserializeint(int spn, String str)
int
GetConfigs(String network, int deviceHash, double timeoutSeconds)
static String
Serializeboolean(int spn, boolean val)
static String
Serializedouble(int spn, double val)
static String
Serializeint(int spn, int val)
int
SetConfigs(String network, int deviceHash, double timeoutSeconds, boolean futureProofConfigs, boolean overrideIfDuplicate)
-
Field Details
-
Constructor Details
-
Method Details
-
SetConfigs
public int SetConfigs(String network, int deviceHash, double timeoutSeconds, boolean futureProofConfigs, boolean overrideIfDuplicate) -
GetConfigs
-
Serializedouble
-
Serializeint
-
Serializeboolean
-
Deserializedouble
-
Deserializeint
-
Deserializeboolean
-