Methods
|
SocketAddr( ); |
Creates socket 演説(する)/住所 of unknown type.
|
SocketAddr( const SocketAddr & Addr ); |
Copy 建設者.
|
SocketAddr( const oslSocketAddr , __osl_socket_NoCopy nocopy ); |
The SocketAddr takes over the 責任/義務 of the 扱う ( which means,
that the 扱う gets destructed by the destructor of this 言及/関連)
|
SocketAddr( oslSocketAddr Addr ); |
Copyconstructs the oslSocketAddr 扱う.
|
SocketAddr( const ::rtl::OUString & strAddrOrHostName, sal_Int32 nPort ); |
tcpip-specif 建設者.
|
~SocketAddr( ); |
destroys underlying oslSocketAddress
|
sal_Bool
is( ) const; |
checks, if the SocketAddr was created successful.
|
::rtl::OUString
getHostname( oslSocketResult * pResult = 0 ) const; |
変えるs the 演説(する)/住所 to a (human readable) domain-指名する.
|
sal_Bool
setHostname( const ::rtl::OUString & sDottedIpOrHostname ); |
始める,決めるs the ipaddress or hostname of the SocketAddress
|
sal_Int32
getPort( ) const; |
Returns the port number of the 演説(する)/住所.
|
sal_Bool
setPort( sal_Int32 nPort ); |
始める,決めるs the port number of the 演説(する)/住所.
|
sal_Bool
setAddr( const ::rtl::ByteSequence & 演説(する)/住所 ); |
始める,決めるs the 演説(する)/住所 of the underlying socket 演説(する)/住所 struct in 網状組織 byte order.
|
::rtl::ByteSequence
getAddr( oslSocketResult * pResult = 0 ) const; |
Returns the 演説(する)/住所 of the underlying socket in 網状組織 byte order
|
SocketAddr &
操作者=( oslSocketAddr Addr ); |
割り当てる the 扱う to this 言及/関連. The previous 扱う is 解放(する)d.
|
SocketAddr &
操作者=( const SocketAddr & Addr ); |
|
SocketAddr &
割り当てる( oslSocketAddr Addr, __osl_socket_NoCopy nocopy ); |
割り当てるs the socket addr without copyconstructing it.
|
sal_Bool
操作者==( oslSocketAddr Addr ) const; |
Returns true if the underlying 扱う is 同一の to the Addr 扱う.
|
sal_Bool
操作者==( const SocketAddr & Addr ) const; |
Returns true if the underlying 扱う is 同一の to the Addr 扱う.
|
oslSocketAddr
getHandle( ) const; |
Returns the underlying SocketAddr 扱う without copyconstructing it.
|