ID EN
Socket

ioctl

Python 3.11

The ioctl() method is a limited interface to the WSAIoctl system interface. Please refer to the Win32 documentation for more information.

Syntax

PYTHON
socket.ioctl(control, option)

See Also

ioctl() fcntl.fcntl() fcntl.ioctl()