Search:

Type: Posts; User: muthukumar25

Search: Search took 0.11 seconds.

  1. Re: Wanted to converted code in java like fcntl.ioctl in python

    thanks For ur reply ,
    here I don't know what the Syntax exactly doing in Python Like that code

    fcntl.ioctl
  2. Replies
    3
    Views
    1,949

    Re: fcntl.ioctl equalient code in java ?

    Actually my work is Convert Python Application to Java Application ?
    here i have trouble what the following code perform I don't know the code what's doing this code exactly.

    def get(self):...
  3. Replies
    3
    Views
    1,949

    fcntl.ioctl equalient code in java ?

    Is there any function equivalent to Python's fcntl.ioctl in Java ?
  4. Wanted to converted code in java like fcntl.ioctl in python

    i want to do the code in java from Python .

    The code such as


    def get(self):#correction
    self.corrections = fcntl.ioctl(self.joystick, -2145097182, self.corrections)
    ...
Results 1 to 4 of 4