This commit is contained in:
@@ -61,9 +61,7 @@ public final class SncpRequest extends Request {
|
|||||||
}
|
}
|
||||||
this.serviceid = DLong.read(buffer);
|
this.serviceid = DLong.read(buffer);
|
||||||
this.nameid = DLong.read(buffer);
|
this.nameid = DLong.read(buffer);
|
||||||
byte[] bs = new byte[16];
|
this.actionid = DLong.read(buffer);
|
||||||
buffer.get(bs);
|
|
||||||
this.actionid = new DLong(bs);
|
|
||||||
buffer.get(bufferbytes);
|
buffer.get(bufferbytes);
|
||||||
this.bodylength = buffer.getInt();
|
this.bodylength = buffer.getInt();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user