struct X11::HostAddress
- X11::HostAddress
- Struct
- Value
- Object
Overview
Wrapper for X11::C::X::HostAddress
structure.
Defined in:
x11/host_address.crConstructors
- .new(family : Int32, data : Bytes)
- .new(host_address : X11::C::X::PHostAddress)
- .new(host_address : X11::C::X::HostAddress)
- .new(host : ServerInterpretedAddress)
Instance Method Summary
- #address : X11::C::PChar
- #bytes : Bytes
- #chaos? : Bool
- #dec_net? : Bool
- #family : Int32
- #internet6? : Bool
- #internet? : Bool
- #length : Int32
- #server_interpreted?
- #server_interpreted_address : ServerInterpretedAddress?
- #to_unsafe : X11::C::X::PHostAddress
- #to_x : X11::C::X::HostAddress