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::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 : int ()

Gets sa_family.

sizeof

  method sizeof : int ()

The size of the structure internally used.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License