Hi Kurumi,
private void showObject(GXDLMSObject target) {
showObject function display below output
0.0.94.91.10.255
Name plate details
------------------------------------------------------------------
0.0.94.91.10.255
------------------------------------------------------------------
[Ljava.lang.Object;@7597644
------------------------------------------------------------------
{[0.0.96.1.0.255, gurux.dlms.objects.GXDLMSCaptureObject@fb8432d], [0.0.96.1.2.255, gurux.dlms.objects.GXDLMSCaptureObject@7ba8062], [0.0.96.1.1.255, gurux.dlms.objects.GXDLMSCaptureObject@b52b5f3], [1.0.0.2.0.255, gurux.dlms.objects.GXDLMSCaptureObject@299b2b0], [0.0.94.91.9.255, gurux.dlms.objects.GXDLMSCaptureObject@402e529], [0.0.94.91.11.255, gurux.dlms.objects.GXDLMSCaptureObject@dc440ae], [0.0.94.91.12.255, gurux.dlms.objects.GXDLMSCaptureObject@cd8be4f], [0.0.96.1.4.255, gurux.dlms.objects.GXDLMSCaptureObject@25f49dc]}
------------------------------------------------------------------
0
------------------------------------------------------------------
FIFO
------------------------------------------------------------------
0.0.1.0.0.255
------------------------------------------------------------------
1
------------------------------------------------------------------
1
------------------------------------------------------------------
[0.0.96.1.0.255, gurux.dlms.objects.GXDLMSCaptureObject@fb8432d],
[0.0.96.1.2.255, gurux.dlms.objects.GXDLMSCaptureObject@7ba8062],
[0.0.96.1.1.255, gurux.dlms.objects.GXDLMSCaptureObject@b52b5f3],
[1.0.0.2.0.255, gurux.dlms.objects.GXDLMSCaptureObject@299b2b0], [0.0.94.91.9.255, gurux.dlms.objects.GXDLMSCaptureObject@402e529], [0.0.94.91.11.255, gurux.dlms.objects.GXDLMSCaptureObject@dc440ae], [0.0.94.91.12.255, gurux.dlms.objects.GXDLMSCaptureObject@cd8be4f], [0.0.96.1.4.255, gurux.dlms.objects.GXDLMSCaptureObject@25f49dc]
I am getting key as an logical name and value is like any memory reference or anything else.
I want to get the values of gurux.dlms.objects.GXDLMSCaptureObject@fb8432d ,gurux.dlms.objects.GXDLMSCaptureObject@7ba8062...........gurux.dlms.obj…@25f49dc.
Please explain me in a simple way or tell me which function i call for displaying data
or share me any function in which i simply enter the value and that function return the value of given date.
Please help me out