Gurux.DLMS.GXReplyData.GXReplyData C# (CSharp) 메소드

GXReplyData() 공개 메소드

Constructor.
public GXReplyData ( ) : System
리턴 System
        public GXReplyData()
        {
            Data = new GXByteBuffer();
            Clear();
        }

Same methods

GXReplyData::GXReplyData ( RequestTypes more, Command cmd, GXByteBuffer buff, bool complete, byte error ) : System