The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

SPVM::Sys::Socket::Ipv6_mreq - struct ipv6_mreq in the C language

Description

The Sys::Socket::Ipv6_mreq class in SPVM represents struct ipv6_mreq in the C language.

Usage

  use Sys::Socket::Ipv6_mreq;

Details

This class is a pointer class. The pointer the instance has is set to a struct ipv6_mreq object.

Class Methods

new

static method new : Sys::Socket::Ipv6_mreq ();

Create a new Sys::Socket::Ipv6_mreq object.

Instance Methods

method DESTROY : void ();

The destructor.

ipv6mr_multiaddr

method ipv6mr_multiaddr : Sys::Socket::In6_addr ();

Copies ipv6mr_multiaddr and returns it.

set_ipv6mr_multiaddr

method set_ipv6mr_multiaddr : void ($interface : Sys::Socket::In6_addr);

Sets ipv6mr_multiaddr.

ipv6mr_interface

method ipv6mr_interface : int ();

Returns ipv6mr_interface.

set_ipv6mr_interface

method set_ipv6mr_interface : void ($interface : int);

Sets ipv6mr_interface.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License