Name
SPVM::Sys::Socket::Sockaddr::Interface - Interface for Sys::Socket::Sockaddr
Usage
use Sys::Socket::Sockaddr::Interface;
Description
Sys::Socket::Sockaddr::Interface
is the class for the interface for Sys::Socket::Sockaddr.
Interface Methods
has_interfaces
required method has_interfaces : int ();
The required method.
sa_family
method sa_family : byte ()
Gets sa_family
.
sizeof
method sizeof : int ()
The size of the structure internally used.
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.