Gurux.DLMS.GXDLMSLongTransaction.GXDLMSLongTransaction C# (CSharp) Method

GXDLMSLongTransaction() public method

Constructor.
public GXDLMSLongTransaction ( ValueEventArgs forTargets, Command forCommand, GXByteBuffer forData )
forTargets ValueEventArgs
forCommand Command
forData GXByteBuffer
        public GXDLMSLongTransaction(ValueEventArgs[] forTargets, Command forCommand, GXByteBuffer forData)
        {
            targets = forTargets;
            command = forCommand;
            data = new GXByteBuffer();
            data.Set(forData.Data, forData.Position, forData.Size - forData.Position);
        }
    }
GXDLMSLongTransaction