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

Name

SPVM::Sys::Socket::In_addr - struct in_addr in C language

Usage

  use Sys::Socket::In_addr;

Description

Sys::Socket::In_addr is the class for the struct in_addr in C language.

This is a pointer class.

Class Methods

new

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

Creates a new Sys::Socket::In_addr object.

Instance Methods

DESTROY

  method DESTROY : void ();

The destructor.

s_addr

  method s_addr : int ();

Gets s_addr.

set_s_addr

  method set_s_addr : void ();

Sets s_addr.

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.