According to the this data
a) How to extract Buffer or seek data properly way. Or should I match Buffer and CaptureObjects
b) What is the CaptureObjects's (List<GXKeyValuePair<GXDLMSObject, GXDLMSCaptureObject>>) GXDLMSCaptureObject:Value data and How should i use
c) What does it do CaptureObjects and How should i use
d) Is there relationship beetween CaptureObjects and Buffer, What is it?
e) How to detect date types from Buffer
You need to read CaptureObjects first. After you have read them you can read buffer.
CaptureObjects : columns header.
Buffer : data.
When you read captureobjects you get collection what is captured.
GXDLMSObject tells captured object and GXDLMSCaptureObject tells what is captured (attribute index).
GXDLMSProfileGeneric
Hi,
You need to read CaptureObjects first. After you have read them you can read buffer.
CaptureObjects : columns header.
Buffer : data.
When you read captureobjects you get collection what is captured.
GXDLMSObject tells captured object and GXDLMSCaptureObject tells what is captured (attribute index).
BR,
Mikko