Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.RegionHandshakeReplyPacket


    simulator.CPURatio = handshake.RegionInfo3.CPURatio;
    simulator.ProductName = Utils.bytesWithTrailingNullByteToString(handshake.RegionInfo3.ProductName);
    simulator.ProductSku = Utils.bytesWithTrailingNullByteToString(handshake.RegionInfo3.ProductSKU);

    // Send a RegionHandshakeReply
    RegionHandshakeReplyPacket reply = new RegionHandshakeReplyPacket();
    reply.AgentData.AgentID = client.self.getAgentID();
    reply.AgentData.SessionID = client.self.getSessionID();
    reply.RegionInfo.Flags = 0;
    SendPacket(reply, simulator);
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.RegionHandshakeReplyPacket

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.