Name
SPVM::Sys::Ioctl::Constant - Constant Values for The ioctl Function.
Description
Sys::Ioctl::Constant class in SPVM has methods to get constant values for the ioctl function.
Usage
use Sys::Ioctl::Constant;
Class Methods
FIONBIO
static method FIONBIO : int ();
Gets the value of FIONBIO
. If the value is not defined in this system, an exception is thrown with eval_error_id
set to the basic type ID of the Error::NotSupported class.
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License