Name

SPVM::Sys::Ioctl::Constant - Constant values for ioctl.

Usage

use Sys::Ioctl::Constant as Ioctl;

Description

Sys::Ioctl::Constant is the class for the constant values for the ioctl function in C language.

Class Methods

FIONBIO

static method FIONBIO : int ();

Gets the value of FIONBIO. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License