Functionality of fcntl.ioctl ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muthukumar25 K
    New Member
    • Mar 2012
    • 2

    Functionality of fcntl.ioctl ?

    def get(self):
    self.correction s = fcntl.ioctl(sel f.joystick, -2145097182, self.correction s)
    for n in range(5):
    self.correction[n].unpack(self.co rrections[(n * 36):((n + 1) * 36)])


    In the Above code which kind of value and what the function perform , kindly advice me
Working...