mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 22:47: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);
|
field.setAccessible(true);
|
||||||
String stringVal = (String)field.get(config);
|
String stringVal = (String)field.get(config);
|
||||||
buffer.writeByte(stringVal.getBytes().length);
|
buffer.writeByte(stringVal.getBytes().length);
|
||||||
buffer.writeBytes(stringVal.getBytes());
|
buffer.writeCharSequence(stringVal, Charset.forName("GBK"));
|
||||||
continue;
|
continue;
|
||||||
case "Integer":
|
case "Integer":
|
||||||
buffer.writeByte(2);
|
buffer.writeByte(2);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user