// ------------------------------------------------------------------------------
//
// This code was generated by jni4net. See http://jni4net.sourceforge.net/
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// ------------------------------------------------------------------------------
package com.boying.entity.jvm;
@net.sf.jni4net.attributes.ClrType
public class CodeUtil extends system.Object {
//
private static system.Type staticType;
protected CodeUtil(net.sf.jni4net.inj.INJEnv __env, long __handle) {
super(__env, __handle);
}
@net.sf.jni4net.attributes.ClrConstructor("()V")
public CodeUtil() {
super(((net.sf.jni4net.inj.INJEnv)(null)), 0);
jvm.ledshow.CodeUtil.__ctorCodeUtil0(this);
}
@net.sf.jni4net.attributes.ClrMethod("()V")
private native static void __ctorCodeUtil0(net.sf.jni4net.inj.IClrProxy thiz);
@net.sf.jni4net.attributes.ClrMethod("(LSystem/String;)LLedShow/ResultData;")
public native static ledshow.ResultData GetVoiceOnly(String voiceContent);
@net.sf.jni4net.attributes.ClrMethod("(LLedShow/LedBean;)LLedShow/ResultData;")
public native static ledshow.ResultData GetResultDataAnyLine(ledshow.LedBean ledBean);
@net.sf.jni4net.attributes.ClrMethod("(LLedShow/LedBean;)LLedShow/ResultData;")
public native static ledshow.ResultData GetResultDataAllLine(ledshow.LedBean ledBean);
@net.sf.jni4net.attributes.ClrMethod("([BI)V")
public native void Camera485Transmission(net.sf.jni4net.Ref Buff, int Len);
@net.sf.jni4net.attributes.ClrMethod("([LLedShow/CodeUtil+TEXT_CONTEXT;LSystem/String;B)V")
public native void LED_MuiltLineDisAndPlayVoice(net.sf.jni4net.Ref TextContext, String VoiceText, byte SaveFlag);
public static system.Type typeof() {
return jvm.ledshow.CodeUtil.staticType;
}
private static void InitJNI(net.sf.jni4net.inj.INJEnv env, system.Type staticType) {
jvm.ledshow.CodeUtil.staticType = staticType;
}
//
}