Name
SPVM::Sys::Socket::Addrinfo - struct addrinfo in C language
Usage
use Sys::Socket::Addrinfo;
Description
Sys::Socket::Addrinfo
is the class for the struct addrinfo
in C language
.
This is a pointer class.
Class Methods
new
method new : Sys::Socket::Addrinfo ();
Create a new Sys::Socket::Addrinfo object.
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.