mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-17 19:17:49 +08:00
1078-设置终端参数...
This commit is contained in:
parent
225940825b
commit
bc356849c7
@ -69,7 +69,7 @@ public class J8103 extends Rs {
|
||||
field.setAccessible(true);
|
||||
String stringVal = (String)field.get(config);
|
||||
buffer.writeByte(stringVal.getBytes().length);
|
||||
buffer.writeBytes(stringVal.getBytes());
|
||||
buffer.writeCharSequence(stringVal, Charset.forName("GBK"));
|
||||
continue;
|
||||
case "Integer":
|
||||
buffer.writeByte(2);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user