Examples of PtpPortIdField


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

        return _sourceUuid;
    }

    public PtpPortIdField fetchSourcePortId() {
        if (_sourcePortId == null) {
            _sourcePortId = new PtpPortIdField("sourcePortId", "源端口ID", 28, 2, this);
        }
        return _sourcePortId;
    }
View Full Code Here

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

        return _sync_grandmasterClockUuid;
    }

    public PtpPortIdField fetchGrandmasterPortId() {
        if (_sync_grandmasterPortId == null) {
            _sync_grandmasterPortId = new PtpPortIdField("grandmasterPortId", "grandmaster端口ID", 60, 2, this);
        }
        return _sync_grandmasterPortId;
    }
View Full Code Here

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

        return _sync_parentUuid;
    }

    public PtpPortIdField fetchParentPort() {
        if (_sync_parentPort == null) {
            _sync_parentPort = new PtpPortIdField("parentPort", "parentPort", 110, 2, this);//2 byte reserved
        }
        return _sync_parentPort;
    }
View Full Code Here

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

        return _delayResp_requestingSourceUuid;
    }

    public PtpPortIdField fetchDelayRespRequestingSourcePortId() {
        if (_delayResp_requestingSourcePortId == null) {
            _delayResp_requestingSourcePortId = new PtpPortIdField("requestingSourcePortId", "requestingSourcePortID", 56, 2, this);
        }
        return _delayResp_requestingSourcePortId;
    }
View Full Code Here

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

        return _management_targetUuid;
    }

    public PtpPortIdField fetchManagementTargetPortId() {
        if (_management_targetPortId == null) {
            _management_targetPortId = new PtpPortIdField("targetPortId", "targetPortId", 47, 6, this);
        }
        return _management_targetPortId;
    }
View Full Code Here

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

        return _clockIdentity;
    }

    public PtpPortIdField fetchSourcePortIdentity() {
        if (_sourcePortIdentity == null) {
            _sourcePortIdentity = new PtpPortIdField("sourcePortIdentity", "源端口ID", 28, 2, this);
        }
        return _sourcePortIdentity;
    }
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.