Examples of PtpCommunicationTechnologyField


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

        return _messageType;
    }

    public PtpCommunicationTechnologyField fetchSourceCommunicationTechnology() {
        if (_sourceCommunicationTechnology == null) {
            _sourceCommunicationTechnology = new PtpCommunicationTechnologyField("sourceCommunicationTechnology", "sourceCommunicationTechnology", 21, 1, this);
        }
        return _sourceCommunicationTechnology;
    }
View Full Code Here

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

        return _sync_currentUtcOffset;
    }

    public PtpCommunicationTechnologyField fetchGrandmasterCommunicationTechnology() {
        if (_sync_grandmasterCommunicationTechnology == null) {
            _sync_grandmasterCommunicationTechnology = new PtpCommunicationTechnologyField("grandmasterCommunicationTechnology", "grandmasterCommunicationTechnology", 53, 1, this);//1 byte reserved
        }
        return _sync_grandmasterCommunicationTechnology;
    }
View Full Code Here

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

        return _sync_localClockIdentifier;
    }

    public PtpCommunicationTechnologyField fetchParentCommunicationTechnology() {
        if (_sync_parentCommunicationTechnology == null) {
            _sync_parentCommunicationTechnology = new PtpCommunicationTechnologyField("parentCommunicationTechnology", "parentCommunicationTechnology", 101, 1, this);//1 byte reserved
        }
        return _sync_parentCommunicationTechnology;
    }
View Full Code Here

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

        return _delayResp_delayReceiptTimestamp;
    }

    public PtpCommunicationTechnologyField fetchDelayRespRequestingSourceCommunicationTechnology() {
        if (_delayResp_requestingSourceCommunicationTechnology == null) {
            _delayResp_requestingSourceCommunicationTechnology = new PtpCommunicationTechnologyField("requestingSourceCommunicationTechnology", "requestingSourceCommunicationTechnology", 49, 1, this);//1 byte reserved
        }
        return _delayResp_requestingSourceCommunicationTechnology;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.