Socket
、、、がs
ありlong
ます1312992
。
DataOutputStream out = new DataOutputStream(s.getOutputStream());
out.writeLong(hwnd);
out.flush();
やってる
self.hwnd, = struct.unpack('!Q', self.appletconn.recv(8))
print(self.hwnd)
(python)受信側で出力され51
ます。送信コードに問題があると思います。
ありがとう。