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 (c) 2023 Yuki Kimoto
MIT License