Gurux.DLMS.Objects.GXDLMSPushSetup.Activate C# (CSharp) 메소드

Activate() 공개 메소드

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