Gurux.DLMS.GXDLMSNotify.GetData C# (CSharp) Method

GetData() public method

Removes the HDLC frame from the packet, and returns COSEM data only.
public GetData ( GXByteBuffer reply, GXReplyData data ) : bool
reply GXByteBuffer /// The received data from the device. ///
data GXReplyData /// Information from the received data. ///
return bool
        public bool GetData(GXByteBuffer reply, GXReplyData data)
        {
            return GXDLMS.GetData(Settings, reply, data);
        }