DBE_APPLICATION_INFO
Interface Description
Table 1 provides all interfaces supported by the DBE_APPLICATION_INFO package. DBE_APPLICATION_INFO applies to the current session.
Interface |
Description |
---|---|
DBE_APPLICATION_INFO.SET_CLIENT_INFO |
Writes client information. |
DBE_APPLICATION_INFO.READ_CLIENT_INFO |
Reads client information. |
- DBE_APPLICATION_INFO.SET_CLIENT_INFO
Writes client information. The DBE_APPLICATION_INFO.SET_CLIENT_INFO function prototype is as follows:
1 2 3 |
DBE_APPLICATION_INFO.SET_CLIENT_INFO( str text )returns void; |
Parameter |
Description |
---|---|
str |
Writes client information. |
- DBE_APPLICATION_INFO.READ_CLIENT_INFO
The DBE_APPLICATION_INFO.READ_CLIENT_INFO function prototype is as follows:
1 2 |
DBE_APPLICATION_INFO.READ_CLIENT_INFO( OUT client_info text); |
Parameter |
Description |
---|---|
client_info |
Client information |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot