QtsHttp  0.9.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties
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.

Definition at line 28 of file QtsHttp.h.

Method Documentation

- (NSString*) getComputerName

Get computer name.

Returns
NSString : Computer name.
- (NSString*) getHostName

Get host name.

Returns
NSString : Host name.
- (NSString*) getPassword

Get password.

Returns
NSString : Password.
- (NSString*) getUserName

Get user name.

Returns
NSString : Username.
- (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.
- (BOOL) isSecureConnection

Is SSL connect.

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

Member Data Documentation

- (NSString*) m_computerName
protected

SSL Connect

Definition at line 34 of file QtsHttp.h.

- (NSString*) m_hostName
protected

Definition at line 30 of file QtsHttp.h.

- (BOOL) m_isSecureConnection
protected

Password

Definition at line 33 of file QtsHttp.h.

- (NSString*) m_password
protected

Username

Definition at line 32 of file QtsHttp.h.

- (NSString*) m_userName
protected

Host name

Definition at line 31 of file QtsHttp.h.


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