Contents

inappropriateIOCTLForDevice

Inappropriate control function.

Declaration

static var inappropriateIOCTLForDevice: Errno { get }

Mentioned in

Discussion

You attempted a control function that can’t be performed on the specified file or device. For information about control functions, see ioctl(2).

The corresponding C error is ENOTTY.

See Also

Device Errors