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 ();
Instance Methods
DESTROY
method DESTROY : void ();
The destructor.
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.