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 C language

Usage

  use Sys::Socket::Ipv6_mreq;

Description

Sys::Socket::Ipv6_mreq is the class for the struct ipv6_mreq in C language.

This is a pointer class.

Class Methods

new

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

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

Instance Methods

  method DESTROY : void ();

ipv6mr_multiaddr

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

Get ipv6mr_multiaddr. This is a Sys::Socket::In6_addr object.

set_ipv6mr_multiaddr

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

Set ipv6mr_multiaddr. This is a Sys::Socket::In6_addr object.

ipv6mr_interface

  method ipv6mr_interface : int ();

Get ipv6mr_interface.

set_ipv6mr_interface

  method set_ipv6mr_interface : void ($interface : int);

Set ipv6mr_interface.

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.