Package org.hxzon.netprotocol.packet.PtpPacket

Examples of org.hxzon.netprotocol.packet.PtpPacket.PtpV1TimestampField


    private ProtocolInt31Field _sync_estimatedMasterDrift;
    private ProtocolInt31Field _sync_utcReasonable;

    public PtpV1TimestampField fetchSyncOriginTimestamp() {
        if (_sync_originTimestamp == null) {
            _sync_originTimestamp = new PtpV1TimestampField("originTimestamp", "originTimestamp", 40, 8, this);
        }
        return _sync_originTimestamp;
    }
View Full Code Here


        return _followUp_associatedSequenceId;
    }

    public PtpV1TimestampField fetchFollowUpPreciseOriginTimestamp() {
        if (_followUp_preciseOriginTimestamp == null) {
            _followUp_preciseOriginTimestamp = new PtpV1TimestampField("preciseOriginTimestamp", "preciseOriginTimestampe", 44, 8, this);
        }
        return _followUp_preciseOriginTimestamp;
    }
View Full Code Here

    private PtpPortIdField _delayResp_requestingSourcePortId;
    private PtpSequenceIdField _delayResp_requestingSourceSequenceId;

    public PtpV1TimestampField fetchDelayRespDelayReceiptTimestamp() {
        if (_delayResp_delayReceiptTimestamp == null) {
            _delayResp_delayReceiptTimestamp = new PtpV1TimestampField("delayReceiptTimestamp", "delayReceiptTimestamp", 40, 8, this);
        }
        return _delayResp_delayReceiptTimestamp;
    }
View Full Code Here

TOP

Related Classes of org.hxzon.netprotocol.packet.PtpPacket.PtpV1TimestampField

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.