I am sending a Python struct consisting of two 32bit unsigned integers via a socket interface: sock.send(struct.pack("II", d_1, d_2). I have a matching C ...
確定! 回上一頁