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 ();
Get the constant value of FIONBIO
. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.
Copyright & License
Copyright 2022-2022 Yuki Kimoto, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.