QtsHttp  0.9.4
Instance Methods | Protected Attributes | List of all members
QNQtsHttpServerInfo Class Reference

QNAP Turbo NAS server information class. More...

#import <QtsHttp.h>

Inheritance diagram for QNQtsHttpServerInfo:

Instance Methods

(id) - initWithHostName:username:password:isSecureConnection:computerName:
 Constructor with parameters. More...
 
(NSString *) - getHostName
 Get host name. More...
 
(NSString *) - getUserName
 Get user name. More...
 
(NSString *) - getPassword
 Get password. More...
 
(BOOL) - isSecureConnection
 Is SSL connect. More...
 
(NSString *) - getComputerName
 Get computer name. More...
 

Protected Attributes

NSString * m_hostName
 
NSString * m_userName
 
NSString * m_password
 
BOOL m_isSecureConnection
 
NSString * m_computerName
 

Detailed Description

QNAP Turbo NAS server information class.

Method Documentation

◆ getComputerName()

- (NSString*) getComputerName

Get computer name.

Returns
NSString : Computer name.

◆ getHostName()

- (NSString*) getHostName

Get host name.

Returns
NSString : Host name.

◆ getPassword()

- (NSString*) getPassword

Get password.

Returns
NSString : Password.

◆ getUserName()

- (NSString*) getUserName

Get user name.

Returns
NSString : Username.

◆ initWithHostName:username:password:isSecureConnection:computerName:()

- (id) initWithHostName: (NSString *)  hostName
username: (NSString *)  username
password: (NSString *)  password
isSecureConnection: (BOOL)  isSecureConnection
computerName: (NSString *)  computerName 

Constructor with parameters.

Computer name

Parameters
[IN]hostName : Host name.
[IN]username : Username.
[IN]password : Password.
[IN]isSecureConnection : SSL connect.
[IN]computerName : Computer name.
Returns
Server Information class instance.

◆ isSecureConnection()

- (BOOL) isSecureConnection

Is SSL connect.

Returns
YES : SSL connect. NO : non-SSL connect.

Member Data Documentation

◆ m_computerName

- (NSString*) m_computerName
protected

SSL Connect

◆ m_isSecureConnection

- (BOOL) m_isSecureConnection
protected

Password

◆ m_password

- (NSString*) m_password
protected

Username

◆ m_userName

- (NSString*) m_userName
protected

Host name


The documentation for this class was generated from the following file: