Name

SPVM::Sys::Select::Constant - Constant values for Select.

Usage

use Sys::Select::Constant as Select;

my $o_trunc = Select->O_TRUNC;

Description

Sys::Select::Constant is the class for the constant values for the select function.

Class Methods

FD_SETSIZE

static method FD_SETSIZE : int ();

Gets the value of FD_SETSIZE. 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