class DJIRTKNetworkServiceSettings
@interface DJIRTKNetworkServiceSettings : NSObject<NSCopying, NSMutableCopying>
|
Header: | DJIRTKNetworkServiceSettings.h |
Inherits From: | NSObject |
Description:
Settings for the network service that provides RTK reference station information.
Class Members:
property serverAddress
@property (nonatomic, readonly) NSString *serverAddress
|
Header: | DJIRTKNetworkServiceSettings.h |
Description:
The IP address or the domain name of the server that provides RTK network services.
property port
@property (nonatomic, readonly) int port
|
Header: | DJIRTKNetworkServiceSettings.h |
Description:
The port number that SDK should connect to.
property userName
@property (nonatomic, readonly) NSString *userName
|
Header: | DJIRTKNetworkServiceSettings.h |
Description:
User name to access the network service.
property password
@property (nonatomic, readonly) NSString *password
|
Header: | DJIRTKNetworkServiceSettings.h |
Description:
Password to access the network service.
property mountpoint
@property (nonatomic, readonly) NSString *mountpoint
|
Header: | DJIRTKNetworkServiceSettings.h |
Description:
Mountpoint of the network service, which is a source ID for every streamed NtripSource.