Package org.hxzon.netprotocol.field

Examples of org.hxzon.netprotocol.field.ProtocolInt31Field


        return _originTimestamp;
    }

    public ProtocolInt31Field fetchAnnounceCurrentUtcOffset() {
        if (_announce_currentUtcOffset == null) {
            _announce_currentUtcOffset = new ProtocolInt31Field("currentUtcOffset", "currentUtcOffset", 44, 2, true, this);
        }
        return _announce_currentUtcOffset;
    }
View Full Code Here


        return _announce_currentUtcOffset;
    }

    public ProtocolInt31Field fetchAnnounceReserved() {
        if (_announce_reserved == null) {
            _announce_reserved = new ProtocolInt31Field("reserved", "保留", 46, 1, true, this);
        }
        return _announce_reserved;
    }
View Full Code Here

        return _announce_reserved;
    }

    public ProtocolInt31Field fetchAnnounceGrandmasterPriority1() {
        if (_announce_grandmasterPriority1 == null) {
            _announce_grandmasterPriority1 = new ProtocolInt31Field("grandmasterPriority1", "grandmaster优先级1", 47, 1, true, this);
        }
        return _announce_grandmasterPriority1;
    }
View Full Code Here

        return _announce_grandmasterPriority1;
    }

    public ProtocolInt31Field fetchAnnounceGrandmasterClockClass() {
        if (_announce_grandmasterClockClass == null) {
            _announce_grandmasterClockClass = new ProtocolInt31Field("grandmasterClockClass", "grandmasterClockClass", 48, 1, true, this);
        }
        return _announce_grandmasterClockClass;
    }
View Full Code Here

        return _announce_grandmasterClockClass;
    }

    public ProtocolInt31Field fetchAnnounceGrandmasterClockAccuracy() {
        if (_announce_grandmasterClockAccuracy == null) {
            _announce_grandmasterClockAccuracy = new ProtocolInt31Field("grandmasterClockAccuracy", "grandmasterClockAccuracy", 49, 1, true, this);
        }
        return _announce_grandmasterClockAccuracy;
    }
View Full Code Here

        return _announce_grandmasterClockAccuracy;
    }

    public ProtocolInt31Field fetchAnnounceGrandmasterClockVariance() {
        if (_announce_grandmasterClockVariance == null) {
            _announce_grandmasterClockVariance = new ProtocolInt31Field("grandmasterClockVariance", "grandmasterClockVariance", 50, 2, true, this);
        }
        return _announce_grandmasterClockVariance;
    }
View Full Code Here

        return _announce_grandmasterClockVariance;
    }

    public ProtocolInt31Field fetchAnnounceGrandmasterPriority2() {
        if (_announce_grandmasterPriority2 == null) {
            _announce_grandmasterPriority2 = new ProtocolInt31Field("grandmasterPriority2", "grandmaster优先级2", 52, 1, true, this);
        }
        return _announce_grandmasterPriority2;
    }
View Full Code Here

        return _announce_grandmasterIdentity;
    }

    public ProtocolInt31Field fetchAnnounceStepRemoved() {
        if (_announce_stepRemoved == null) {
            _announce_stepRemoved = new ProtocolInt31Field("stepRemoved", "时钟路径跳数", 61, 2, true, this);
        }
        return _announce_stepRemoved;
    }
View Full Code Here

        return _management_targetPortIdentity;
    }

    public ProtocolInt31Field fetchManagementStartingBoundaryHops() {
        if (_management_startingBoundaryHops == null) {
            _management_startingBoundaryHops = new ProtocolInt31Field("startingBoundaryHops", "startingBoundaryHops", 44, 1, true, this);
        }
        return _management_startingBoundaryHops;
    }
View Full Code Here

        return _management_startingBoundaryHops;
    }

    public ProtocolInt31Field fetchManagementBoundaryHops() {
        if (_management_boundaryHops == null) {
            _management_boundaryHops = new ProtocolInt31Field("boundaryHops", "boundaryHops", 45, 1, true, this);
        }
        return _management_boundaryHops;
    }
View Full Code Here

TOP

Related Classes of org.hxzon.netprotocol.field.ProtocolInt31Field

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.