RDK Documentation (Open Sourced RDK Components)
|
The header file provides TR069 device IP diagnostics upload APIs. More...
#include "paramaccess.h"
#include "parameter.h"
Go to the source code of this file.
Functions | |
int | set_Device_IP_Diagnostics_UploadDiagnostics_DiagnosticsState (const char *, ParameterType, ParameterValue *) |
This function sets the DiagnosticsState parameter which indicates the availability of diagnostic data. This is an enumeration of: -None -Requested -Completed -Error_InitConnectionFailed -Error_NoResponse -Error_TransferFailed -Error_PasswordRequestFailed -Error_LoginFailed -Error_NoTransferMode -Error_NoPASV -Error_NoCWD -Error_NoSTOR -Error_NoTransferComplete. More... | |
int | set_Device_IP_Diagnostics_UploadDiagnostics_Interface (const char *, ParameterType, ParameterValue *) |
This function sets the IP-layer interface over which the test is to be performed. More... | |
int | set_Device_IP_Diagnostics_UploadDiagnostics_UploadURL (const char *, ParameterType, ParameterValue *) |
This function sets the URL to which CPE is to perform the upload. This parameter MUST be in the form of a valid HTTP or FTP URL. More... | |
int | set_Device_IP_Diagnostics_UploadDiagnostics_DSCP (const char *, ParameterType, ParameterValue *) |
This function sets the Differentiated Services Code Point (DSCP) to be used for marking packets transmitted in the test. More... | |
int | set_Device_IP_Diagnostics_UploadDiagnostics_EthernetPriority (const char *, ParameterType, ParameterValue *) |
This function sets the ethernet priority code for marking packets transmitted in the test (if applicable). More... | |
int | set_Device_IP_Diagnostics_UploadDiagnostics_TestFileLength (const char *, ParameterType, ParameterValue *) |
This function sets the size (in bytes) of the file to be uploaded to the server. More... | |
The header file provides TR069 device IP diagnostics upload APIs.
Definition in file Device_IP_Diagnostics_UploadDiagnostics.h.