kongdeqiang
2023-03-01 b5265214f54d17c527f7f74c0cb1fff0489635e2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// ------------------------------------------------------------------------------
//  <autogenerated>
//      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.
//  </autogenerated>
// ------------------------------------------------------------------------------
 
package com.boying.entity.jvm;
 
@net.sf.jni4net.attributes.ClrType
public class CodeUtil extends system.Object {
 
    //<generated-proxy>
    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<system.Object> 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<system.Object> 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;
    }
    //</generated-proxy>
}