Package de.uniluebeck.itm.ncoap.communication.observing

Examples of de.uniluebeck.itm.ncoap.communication.observing.ResourceStatusAge


        long sequenceNo1 = coapResponse1.getObserve();
        long sequenceNo2 = coapResponse2.getObserve();
        log.info("Observe Option Values: V1 =  " + sequenceNo1 + ", V2 = " + sequenceNo2);
        log.info("Timestamps: T1 = " + t1 + ", T2 = " + t1 + ", (T2 > T1 + 128 sec [" + (t2 > t1 + 128000) + "])");

        this.params1 = new ResourceStatusAge(sequenceNo1, t1);
        this.params2 = new ResourceStatusAge(sequenceNo2, t2);
        this.expected = expected;
    }
View Full Code Here

TOP

Related Classes of de.uniluebeck.itm.ncoap.communication.observing.ResourceStatusAge

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.