Gurux.DLMS.Objects.GXDLMSPushSetup.Activate C# (CSharp) Method

Activate() public method

Activates the push process.
public Activate ( Gurux.DLMS.GXDLMSClient client ) : byte[][]
client Gurux.DLMS.GXDLMSClient
return byte[][]
        public byte[][] Activate(GXDLMSClient client)
        {
            return client.Method(this, 1, (byte)0);
        }