The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

SPVM::Sys::Ioctl::Constant - Constant Values for The ioctl Function.

Description

The 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 the 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