ArtemisComm.PacketProcessing.SendHelmRequestDockSubPacket C# (CSharp) Method

SendHelmRequestDockSubPacket() public method

public SendHelmRequestDockSubPacket ( System.Guid connectionID ) : void
connectionID System.Guid
return void
        public void SendHelmRequestDockSubPacket(Guid connectionID)
        {
            Send(connectionID, HelmRequestDockSubPacket.GetPacket());
        }
        public void SendHelmSetWarpSubPacket(Guid connectionID, int warpFactor)